PHP is a great language to start out with. If you are looking for a solid PHP book recomendation it would depend on which version of PHP you want to learn. There is PHP4 which is still in use on most web servers, then there is the new PHP5 (i suggest if you know nothing at all you start with PHP5) This may seem like a bad suggestion at first because there are not a lot of web hosts that support it yet, however by the time you get through the in's and out's of the learning curve then by that time i think they will be widely available.
I can suggest a few books on PHP5 that i have in my library and find useful.
Core PHP Programming
ISBN: 0130463469
MySQL / PHP Database Applications
ISBN: 0764549634
Also keep in mind you will want a good database book too since PHP works closely with databases. You can choose whichever database you want to use. Some examples are Sqlite, MySQL, Postgre SQL, Microsoft Access, MS SQL Server I personally use MySQL and have the following book.
SQL The Complete Reference
ISBN: 0072225599
Now as previously stated, you dont need to buy any books to learn the basics of PHP, that is if you can understand the manual (90% of people can)
http://www.php.net/docs/
Now i learned PHP by the online docs and trial and error. However now that i am getting into the more advanced aspects of it, i have to learn Regular Expressions (you might want to start early on this), JavaScript, Design Patterns (this is a biggie when coding Object Oriented applications)
I know what i said above you may not understand it all however google for things such as design patterns, regular expressions etc.. and learn about them ;)
Enjoy
_________________
Joseph Crawford
Zend Certified Engineer
WebOS Tutorials / Information
http://www.josephcrawford.com/