Posted: 4/1/2006 3:10:58 PM EDT
|
I have a final project due on Wednesday and we are supposed to use PHP and for the life of me I can not get it to work. I think my problem is I do not have a webserver installed on my machine. I have to hand code ( no dreamweaver or frontpage) and use 'includes' but they do not work and I copied the code directly from a working example. Any help would be appreciated.
|
| PHP Designer might have what you need. It has a debugger and a preview feature, which I assume means it contains a small, lightweight HTTP server in the IDE itself or installed with the IDE. I could be wrong. |
|
For php to work, you have to have a web server and a version of php. Use the windows version of apache and the windows version of php. www.php.net/downloads.php httpd.apache.org/download.cgi |
