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. Link to comment https://forums.phpfreaks.com/topic/296710-help-for-begginer/ 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 Link to comment https://forums.phpfreaks.com/topic/296710-help-for-begginer/#findComment-1513487 Share on other sites More sharing options...
QuickOldCar Posted June 8, 2015 Share Posted June 8, 2015 php.net , mysql and here are the only sources you need Lots out there is outdated or bad practices. Link to comment https://forums.phpfreaks.com/topic/296710-help-for-begginer/#findComment-1513492 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. Link to comment https://forums.phpfreaks.com/topic/296710-help-for-begginer/#findComment-1513505 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. Link to comment https://forums.phpfreaks.com/topic/296710-help-for-begginer/#findComment-1513509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.