November 12, 200916 yr Hi Guys I am struggling to find a good modern practical PHP Book. I want a book that actually builds applications ! and does not start with crap such as [ Hello World ! ] lol A book where it walks you through building applications in PHP (useful ones). I already know the basics ! such as variables, control statements, syntax, manipulating variables ...etc I'd greatly appreciate some recommendations. Thank You.
November 12, 200916 yr Personally I'd recommend building an app from the site http://www.phpvideotutorials.com/ The free lessons go through the basics, but the paid courses build applications that are useful and practical Not to mention that you can get a subscription for as little as $30 and download all the courses. This is much more than you will ever get from a book of the same price IMO NOTE: these are video tutorials not simply text tutorials Jay
November 12, 200916 yr Author But they are talking about CakePHP there ! I don't even know what that is .. and I have never used it Will they teach me all that ?
November 12, 200916 yr Not all of the Courses are CakePHP. The database website from scratch, photo voting website from scratch, shopping cart and paypal website from scratch and the job website from scratch are all built from the ground up. You write every line of php code. The cake courses are more advanced. You need to do the beginner ones ideally and then move on to cakephp. cakephp is a php framework designed to make building large applications quicker and easier without the need to reinvent the wheel every time you make an application
November 12, 200916 yr Do not learn CakePHP to start with. You need to look at tutorials on the internet, install wamp on your local pc and just fiddle. Change small things and see what effect they have.
November 12, 200916 yr Author Thanks KieranA; I have already done that I have even built a little script with the help of the guys here ! check it out. http://www.ciwan.info Click Refresh a couple of times, each time you'll get a different quote with a different picture lol I was so proud when I created that ! OK Jay, I guess I'll subscribe to them. But also do you have a good book for me ! I want to read while I'm out and about ! or while I am in bed. Thanks
November 12, 200916 yr In terms of building a full on application in a book, I haven't seen one sorry, although I'm sure there must be some out there
November 12, 200916 yr I've been reading "PHP 6 and MySQL 5 by Larry Ullman"it does start off with the basics but in the last few chapters it takes you through how to create a message board, user registration system and an e-commerce application. Don't know if this is any good for you.
November 12, 200916 yr Author Thanks bazmati I did some research on that book, and I did not like what I read about it. Any more suggestions ? Thanks
November 12, 200916 yr Go for a more "general" book. PHP is changing a lot - there isn't going to be many books out there which take into account php2.3+ and that's where a lot of changes have occured.
November 12, 200916 yr Why would you want a book on PHP 2.3 or anything below PHP 5? PHP 4 has been deprecated for almost 2 years now
November 12, 200916 yr Why would you want a book on PHP 2.3 or anything below PHP 5? PHP 4 has been deprecated for almost 2 years now I meant php5.3 (typo)
November 12, 200916 yr Author hehe ok so which " more general " book do you recommend ? It must have application building in it though ! Thanks
November 13, 200916 yr I've been reading "PHP 6 and MySQL 5 by Larry Ullman"it does start off with the basics but in the last few chapters it takes you through how to create a message board, user registration system and an e-commerce application. Don't know if this is any good for you. PLUS ONE - this is without doubt the best PHP starter book IMO. Good call @bazmati
Create an account or sign in to comment