|
Posted by Eric Farraro on 07/26/06 21:35
It probably depends on how / where you set up your server. I'm running
Apache, so I put files in:
Apache_root / htdocs
If you browse to http://localhost, you should get a listing of that
directory (or an index page, if there is one present).
The phpinfo() function will give a listing of all the extentions and
configuration options you currently have with PHP. If a simple:
<? phpinfo(); ?>
program doesn't work for you, you've probably configured Apache / PHP
incorrectly (very likely, it's quite difficult to set up the first few
times)
Navigation:
[Reply to this message]
|