Web Hosting Talk







View Full Version : Loooking for PHP Training resources


Jatinder
06-02-2009, 12:42 AM
Hello,

Anyone can suggest any reference materials, documentations, resources etc. which I can use for training our new PHP programmers.

I don't want to use books or tutorials. Most training institutes provide their own study material to students. I am looking for similar study material.

Regards,
Jatinder Thind

tuxguru
06-02-2009, 07:17 AM
You could get some useful presentations @ http://conf.php.net/

PHP and MySQL Web Development, Second Edition by Luke Welling and Laura Thomson might be helpful.

ddwebguru
06-02-2009, 08:39 AM
You can get all the basic concepts of Php along with some useful and advanced techniques and coding from tizag.com/php

HivelocityDD
06-02-2009, 12:10 PM
php.net/manual/en is the best site I ever knew to get all the php related stuff.

Jatinder
06-04-2009, 12:14 AM
Thanks for the replies. I know about the above resources.

I was hoping that maybe there are some websites which sells training resources. Anyone know of any such websites?

I Googled but found only online course or on-site courses. I am just looking for the documentation or manuals which I can get printed and give to my trainees.

horizon
06-04-2009, 12:30 AM
If you want to give documentation to your trainees, most academic enterprises depends on www.w3schools.com (http://www.w3schools.com) to start from the whole beginning - even before using php.net most of the time due to the understanding and the purpose of each functions that needs to be used when manipulations are in order. However, php.net still describes each of their functions but on a more vaguely bases.