Candidates for PHP FAQ...
Q: How do I know what version of PHP I am using? [A~ phpinfo()]
Q: How do I configure PHP on the server? [A~ php.ini file if necessary]
Q: Where can I find the PHP manual?
A~
ONLINE or
DOWNLOAD
Q: Flat files vs. databases, which should I use with PHP? [A~ brief comparison]
Q: Does PHP use Unix Epoch Time for dates and times?
[A~ brief description and reference to date()]
Q: Does PHP hide my source code if filename ends in .php ?
[A~ explanation of hiding <? ?> but not necessarily all source]
I'm a newbie to PHP/MySQL but these were some of things I first tried to find out. Hope they help w/the FAQ.
--ST