Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PHP book

1 view
Skip to first unread message

bAm...@gmail.com

unread,
Aug 1, 2005, 3:39:38 AM8/1/05
to
Hi guyz,
I am new to PHP and I am considering buying a PHP book. Can you suggest
me a book to start with which can be appropriate for PHP begniers.

I have a pretty good programing experinence in other language.

Thanks in advance,
Amrish

Michal Stankoviansky

unread,
Aug 1, 2005, 9:11:36 AM8/1/05
to
Beginning PHP 5 and MySQL: From Novice to Professional (Paperback)
by W. J. Gilmore / APress
http://www.amazon.com/exec/obidos/ASIN/1893115518/

or

PHP and MySQL Web Development (3rd Edition)
by Luke Welling, Laura Thomson / Sams
http://www.amazon.com/exec/obidos/ASIN/0672326728/


--
Michal

JDS

unread,
Aug 1, 2005, 10:09:22 AM8/1/05
to
On Mon, 01 Aug 2005 06:11:36 -0700, Michal Stankoviansky wrote:

> PHP and MySQL Web Development (3rd Edition)
> by Luke Welling, Laura Thomson / Sams
> http://www.amazon.com/exec/obidos/ASIN/0672326728/

Seconded on this choice. I use it in my class.

However, don't underestimate the value of the PHP.net website.
*Everything* you ever need to know about PHP is covered there. Plus you
can cut-n-paste code -- try that with a book.

later...

--
JDS | jef...@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/

R. Rajesh Jeba Anbiah

unread,
Aug 1, 2005, 2:31:18 PM8/1/05
to
Q: What are the resources to learn PHP?

A: PHP.net (http://www.php.net/), the official homepage of has almost
everything--downloadable binary, documents, etc.

The online function reference can be accessed like
http://www.php.net/<function name>, for example
http://www.php.net/strlen . Apart from the examples and usage
references, the documentation also has high quality user contributed
notes that are related to the function (this is also been edited by PHP
maintainers for quality). Sometimes, the user contributed notes may
have very valid information that might not be covered in the official
documentation; so one must read the user contributed notes always.

Some books of interest:
1. PHP 5 Power Programming, by Andi Gutmans, Stig Sæther Bakken, and
Derick Rethans. ISBN 0-13-147149-X 2005
Level: Advanced
Available Free in PDF from
<http://www.phptr.com/promotions/promotion.asp?promo=1484&redir=1&rl=1>,
9.6MB
2. Advanced PHP Programming, by George Schlossnagle. ISBN 0672325616
Level: Advanced. PHP 5
Not free <http://froogle.google.com/froogle?q=ISBN+0672325616>
3. Practical PHP Programming, by Paul Hudson
Level: Beginner to Advanced. Covers PHP 4.
Available online. (Refer the TOS) <http://www.hudzilla.org/phpbook/>

Blogs:
Reader Tim Van Wassenhove maintains PHP/technical blogmarks from where
one can find many useful informations:
http://timvw.madoka.be/blogmarks.php

Newsgroups:
news:comp.lang.php (http://groups-beta.google.com/group/comp.lang.php/)
news:php.* (Nowadays, can't access via Google Groups)

DMoz listing:
http://dmoz.org/Computers/Programming/Languages/PHP/

++++
@todo Add more resources, if any

0 new messages