Forum Moderators: coopster
with a wamp server do you have to do anything else to it to get it to work, or does it work striaght away?
can you include php within the html and stil load as long as it is saved as .php?
do you have to save the .php file somewhere specific? i have mine saved where I save my html files.
There seems to be no explanations to why or what you actually do to get php to work.
yes there are plenty of places that say :
you need a server and to download php. they explain how to do manual installs. but thats about it. anyone willing to enlighten me?
also when I type: localhost in the browser it takes forever to load. it connects but doesnt actually load the localhost page, if there is one.
Yes, you can intermingle php and html.
On the vast majority of installations, you put your php files in the same place as your html ones.
Try typing [127.0.0.1...] into your browser instead of localhost, see if it loads faster that way.
I assembled my WAMP from its separate components. I installed Apache, then php, then modified the apache config file as per the instructions, then installed mysql. As I recall I didn't have to manually edit anything to get mysql to work.
Next point your browser to: [localhost...]
This will display the content of WWW
Select you “test file”
You’re in biz….