What's the easiest way to learn php and MySql ? Is there any recomended online class or Video training cds ?
I learn best with video tutorials. The ones I went through is on www.vtc.com Its a paid membership but the tutorials are pretty good.
Here are some free video tutorials: http://www.phpvideotutorials.com/ And other than that, have a look at these threads: http://forums.digitalpoint.com/showthread.php?t=193698 http://forums.digitalpoint.com/showthread.php?t=174006 http://forums.digitalpoint.com/showthread.php?t=203773 http://forums.digitalpoint.com/showthread.php?t=224884 http://forums.digitalpoint.com/showthread.php?t=231386 http://forums.digitalpoint.com/showthread.php?t=205129 http://forums.digitalpoint.com/showthread.php?t=203969 http://forums.digitalpoint.com/showthread.php?t=176151 http://forums.digitalpoint.com/showthread.php?t=161609 http://forums.digitalpoint.com/showthread.php?t=165011 http://forums.digitalpoint.com/showthread.php?t=154129 http://forums.digitalpoint.com/showthread.php?t=48063 http://forums.digitalpoint.com/showthread.php?t=63317 http://forums.digitalpoint.com/showthread.php?t=143777 http://forums.digitalpoint.com/showthread.php?t=6179 http://forums.digitalpoint.com/showthread.php?t=111485 http://forums.digitalpoint.com/showthread.php?t=36342 http://forums.digitalpoint.com/showthread.php?t=11581
Lol, I just searched the PHP forum for "learning", and there were like a million results. So I picked these.
It's probably worthwhile putting together a mammoth guide to learning PHP and get it stickied. I suspect it would be a mammoth post as well.
The best way you can learn and expand your PHP/MySQL knowledge is by practicing it. To learn the syntax, I recommend that you buy a book and keep it for future references too. Peace,
1. learn how to show output with php, using echo, print is slower 2. learn how to connect to mysql 3. learn how to select from database n show result. then learn insert, update, delete etc 4. get free simple php script n try read it. If dont understand refer www.php.net 5. using free script, modified the script to meet you u need, play with it 6. read other ppl script. try understand how it works 7. try make you own script from scratch this is not ultimate guide, but this is how i learned php n mysql