What's the best beginner php book?
I have no php or html experience at all.
Although, i am buying "Html and xhtml step by step".
So, are there any good beginner php books that assume of that much knowladge?
I would also like it if it was a php & mysql book.
Php book
Moderator: Coders of Rage
- Trask
- ES Beta Backer
- Posts: 738
- Joined: Wed Oct 29, 2008 8:17 pm
- Current Project: Building a 2D Engine
- Favorite Gaming Platforms: Sega Genesis and Xbox 360
- Programming Language of Choice: C/C++
- Location: Pittsburgh, PA
- Contact:
Re: Php book
Beginning PHP 6, Apache, MySQL 6 Web Development
http://www.amazon.com/Beginning-PHP-Apa ... 452&sr=8-1
This is book in the series that I used to learn some PHP, but I had some web development experience beforehand as well as general programming experience. I found that it tied in the 3 related technologies nicely.
I should note that I used the book before this, back in 2005 which was using PHP5.
http://www.amazon.com/Beginning-PHP-Apa ... 452&sr=8-1
This is book in the series that I used to learn some PHP, but I had some web development experience beforehand as well as general programming experience. I found that it tied in the 3 related technologies nicely.
I should note that I used the book before this, back in 2005 which was using PHP5.
Dear god, they actually ported ES to a piece of celery!MarauderIIC wrote:You know those people that are like "CHECK IT OUT I just made Linux run on this piece of celery [or other random object]!!"? Yeah, that's Falco, but with ES.
Martin Golding wrote: "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
-
- Chaos Rift Demigod
- Posts: 991
- Joined: Thu Nov 13, 2008 3:16 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Amiga, PSOne, NDS
- Programming Language of Choice: C++
- Location: Sweden
Re: Php book
You can learn a lot from http://www.w3schools.com/PHP/DEfaULT.asP and http://www.w3schools.com/Xhtml/ as well as http://www.w3schools.com/HTML/, I've found w3schools to be a very reliable resource/reference when it comes to web development. Hope it helps
- TheBuzzSaw
- Chaos Rift Junior
- Posts: 310
- Joined: Wed Dec 02, 2009 3:55 pm
- Current Project: Paroxysm
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Contact:
Re: Php book
You ought to learn XHTML/CSS before diving into PHP.