Hudzilla.org - the homepage of Paul Hudson
Contents > Writing PHP > Getting Help Wish List | Report Bug | About Me ]

19.13.1     The documentation

This is NOT the latest copy of this book; click here for the latest version.

The first place to check should always be the PHP documentation, available online from http://www.php.net/manual. The manual contains documentation on all PHP functions, as well as various usage examples, and also user comments. Very often its the user comments that are most helpful, because people recount problems they've experienced in the past and how they got around them. The PHP manual is an excellent resource that should really help you understand all aspects of the language.

The PHP web-site is a feat of engineering in itself, and allows you to find things in the online manual with the minimum of fuss. For example, when you visit http://www.php.net, it will automatically locate where you are in the world and redirect you to a local mirror for the best speed.

Furthermore, you can type short URLs to get directly to manual pages. For example http://www.php.net/strpos would load the strpos() manual page, and http://www.php.net/array would lead you to the arrays page of functions. If you type an unrecognised function name, the site will automatically redirect you to a Google search for that name.

If possible, please try to use a mirror local to you to save bandwidth on the primary PHP site. For example, I use http://uk.php.net rather than the main site, as it is closer to me and therefore faster.





<< 19.13 Getting Help   19.13.2 Mailing lists >>
Table of Contents
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.



My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!



Top-right shadow
 
Bottom-left shadow Bottom shadow

Comments from other readers
Be the first to add a comment to this chapter!



Add comment
Please note that by posting a comment here you are committing it to the public domain. This is important so that others can make use of your code themselves, and also so that I can incorporate helpful notes directly into the main text. Comments are limited to 2000 characters in length.

If you are reporting an error in the content, please tell me directly.

Your name/email address:
Your comment:
 
Now, in order to verify that you're a real person, please answer this simple question: what is nine plus one?
The answer is:
(please write in
numbers, eg 19)


Top-right shadow
 
Bottom-left shadow Bottom shadow