Captain Universe wrote:
> I would like to learn PHP and would like to know if anyone knows of a good
> book to start with. I was browsing around Amazon.com and saw that there are
> lots of books, I just wondered if one was especially good to start with.
>
> I am only vaguely aware of what PHP is fully capable of, so I am quite the
> beginner. I am somewhat familiar with Perl and Javascript, if that makes a
> difference. I need something that starts at the VERY beginning.
You'll definately want to browse through some of these sites:
<a style='text-decoration: underline;' href="http://www.php.net/" target="_blank">http://www.php.net/</a> - this should always a stop when looking for
something (especially what args and return values for a function!). This
is a very powerful resource because it is fairly well-written, and the
user comments are somewhat moderated.
<a style='text-decoration: underline;' href="http://us4.php.net/tut.php" target="_blank">http://us4.php.net/tut.php</a> - The first tutorial you should read.
The following are a _few_ links to other PHP sites that I have found
useful in the past or have received links to from others just learning
PHP. Some are articles, some tutorials and some script archives.
One thing that really helped me a lot when first learning PHP was
finding scripts that did approximately what I was after and disecting
them. It's always helpful to have example scripts to start working from.
Beware that there are _many_ coding styles out there because PHP
formatting isn't strict like C or *gasp* Fortran.

The best thing I
have found on this topic is the PEAR coding standards:
<a style='text-decoration: underline;' href="http://pear.php.net/manual/en/standards.php" target="_blank">http://pear.php.net/manual/en/standards.php</a> (even though I don't follow
them completely).
That being said, enjoy:
<a style='text-decoration: underline;' href="http://www.zend.com/zend/tut/" target="_blank">http://www.zend.com/zend/tut/</a>
<a style='text-decoration: underline;' href="http://www.thesitewizard.com/php/index.shtml" target="_blank">http://www.thesitewizard.com/php/index.shtml</a>
<a style='text-decoration: underline;' href="http://hotwired.lycos.com/webmonkey/programming/php/index.html" target="_blank">http://hotwired.lycos.com/webmonkey/programming/php/index.html</a>
<a style='text-decoration: underline;' href="http://www.devshed.com/Server_Side/PHP" target="_blank">http://www.devshed.com/Server_Side/PHP</a>
<a style='text-decoration: underline;' href="http://www.freewebmasterhelp.com/tutorials/php" target="_blank">http://www.freewebmasterhelp.com/tutorials/php</a>
<a style='text-decoration: underline;' href="http://www.freewebmasterhelp.com/tutorials/phpmysql" target="_blank">http://www.freewebmasterhelp.com/tutorials/phpmysql</a>
<a style='text-decoration: underline;' href="http://www.gimpster.com/wiki/PhpTutorial" target="_blank">http://www.gimpster.com/wiki/PhpTutorial</a>
<a style='text-decoration: underline;' href="http://www.phptutorial.info/" target="_blank">http://www.phptutorial.info/</a>
<a style='text-decoration: underline;' href="http://www.phpfreaks.com/" target="_blank">http://www.phpfreaks.com/</a>
<a style='text-decoration: underline;' href="http://www.devarticles.com/cats/9" target="_blank">http://www.devarticles.com/cats/9</a>
<a style='text-decoration: underline;' href="http://www.juicystudio.com/tutorial/php/index.html" target="_blank">http://www.juicystudio.com/tutorial/php/index.html</a>
<a style='text-decoration: underline;' href="http://www.pscode.com/vb/default.asp?lngWId=8" target="_blank">http://www.pscode.com/vb/default.asp?lngWId=8</a>
<a style='text-decoration: underline;' href="http://www.w3schools.com/php/default.asp" target="_blank">http://www.w3schools.com/php/default.asp</a>
<a style='text-decoration: underline;' href="http://www.phpwizard.net/" target="_blank">http://www.phpwizard.net/</a> (Which seems to be down at the moment.)
<a style='text-decoration: underline;' href="http://www.phpioneers.com/" target="_blank">http://www.phpioneers.com/</a>
<a style='text-decoration: underline;' href="http://koivi.users.phpclasses.org/" target="_blank">http://koivi.users.phpclasses.org/</a>
<a style='text-decoration: underline;' href="http://www.hotscripts.com/PHP/Scripts_and_Programs/" target="_blank">http://www.hotscripts.com/PHP/Scripts_and_Programs/</a>
<a style='text-decoration: underline;' href="http://www.evilwalrus.com/" target="_blank">http://www.evilwalrus.com/</a>
<a style='text-decoration: underline;' href="http://php.weblogs.com/" target="_blank">http://php.weblogs.com/</a>
--
Justin Koivisto - spam RemoveThis @koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Where to start to learn PHP?