05-15-2008, 10:28 AM
|
#8 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
@drewbee:
Don't just assume the database is on the server itself. I have seen plenty of webhosts that didn't have it localhost.
@Sacred Tinker, you can of course ask Godadday for that :)
About WAMP, that's a little tool to install a webserver with PHP and MySQL support on your own computer. When using PHP you cannot run it just nativly in a browser like Internet Explorer. You need a server to progress the code and make the outcome of it. WAMP takes care of that.
When using WAMP to test your PHP applications, everything is localhost (you can assume that now) since it's on your own computer. (locahost basically means "this computer")
I highly advise you to read some basic PHP tutorials, mainly about form progressing and the basics. :)
__________________
Nunchaku! Who doesn't like martial arts? =)
|
|
|