beginnerPHP Posted June 8, 2015 Share Posted June 8, 2015 Hello guys Can anyone recommend good E-book about PHP and MySQL in pdf format for begginers?I was learning HTML & CSS before and now I would like to move to PHP and MySQL but i can't find any e-books, I prefer E-books because they explain more briefly than YouTube videos. Quote Link to comment Share on other sites More sharing options...
beginnerPHP Posted June 8, 2015 Author Share Posted June 8, 2015 Sorry about double topic something wrong with network Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted June 8, 2015 Share Posted June 8, 2015 (edited) php.net , mysql and here are the only sources you need Lots out there is outdated or bad practices. Edited June 8, 2015 by QuickOldCar 1 Quote Link to comment Share on other sites More sharing options...
grissom Posted June 9, 2015 Share Posted June 9, 2015 w3schools are not bad, and they have a nice friendly style. You can find them here http://www.w3schools.com/php/ but would support quickoldcar's comments, if you want completely accurate up to date info, php.net is the definitive place. Quote Link to comment Share on other sites More sharing options...
Muddy_Funster Posted June 9, 2015 Share Posted June 9, 2015 As long as you're only using them for a sort of "Concept realization" type goal, the "for dummies" books are pretty decent as far as language and explanations go. However, you should always, always refer back to the PHP manual site to make sure that what you code is up to date with current language practices., as QuickOldCar said, most print resources are out of date, not necessarily with regards to the big things, but there are a lot of subtle changes that happen in a fairly fluid way with PHP, as happens to a greater or lesser degree with all open source projects. One tip I would like to include for those starting out is to give phpfiddle a shot, it lets you code and execute script directly from your browser, without having to worry about having a development environment set up. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.