php installation help!
Posted: Wed Oct 04, 2006 9:09 am
We also need to make a version of php.ini available. To do this, first add you php directory to your Windows PATH (Where is this windows path anyway?) Next, in the PHP installation directory, copy the php.ini - recommended file to php.ini (Did he mean that I should copy and paste that file into the same folder and just rename it to php.ini?). After making these changes you must restart your apache server.
Now we're ready to check that PHP is working. In the htdocs directory in your Apache installation, create a file called phpinfo.php containing the following lines
<?php
phpinfo();
?>
How do I create a php file? Should I use notepad to create one? Thanks.
Now we're ready to check that PHP is working. In the htdocs directory in your Apache installation, create a file called phpinfo.php containing the following lines
<?php
phpinfo();
?>
How do I create a php file? Should I use notepad to create one? Thanks.