http://forums.digitalpoint.com/showthread.php?t=901697 http://forums.digitalpoint.com/showthread.php?t=878870 http://forums.digitalpoint.com/showthread.php?t=876017 http://forums.digitalpoint.com/showthread.php?t=867018 http://forums.digitalpoint.com/showthread.php?t=865745 http://forums.digitalpoint.com/showthread.php?t=842265 http://forums.digitalpoint.com/showthread.php?t=814493 http://forums.digitalpoint.com/showthread.php?t=808468 http://forums.digitalpoint.com/showthread.php?t=800504 http://forums.digitalpoint.com/showthread.php?t=795514 http://forums.digitalpoint.com/showthread.php?t=767052 http://forums.digitalpoint.com/showthread.php?t=740262 http://forums.digitalpoint.com/showthread.php?t=729571 http://forums.digitalpoint.com/showthread.php?t=706924 http://forums.digitalpoint.com/showthread.php?t=704008 http://forums.digitalpoint.com/showthread.php?t=671411 http://forums.digitalpoint.com/showthread.php?t=669796 http://forums.digitalpoint.com/showthread.php?t=663580 http://forums.digitalpoint.com/showthread.php?t=625895 http://forums.digitalpoint.com/showthread.php?t=620913 http://forums.digitalpoint.com/showthread.php?t=605768 http://forums.digitalpoint.com/showthread.php?t=578996 http://forums.digitalpoint.com/showthread.php?t=577403 http://forums.digitalpoint.com/showthread.php?t=541548 http://forums.digitalpoint.com/showthread.php?t=530536 http://forums.digitalpoint.com/showthread.php?t=506494 http://forums.digitalpoint.com/showthread.php?t=502913 http://forums.digitalpoint.com/showthread.php?t=487194 http://forums.digitalpoint.com/showthread.php?t=461502 http://forums.digitalpoint.com/showthread.php?t=970188 http://forums.digitalpoint.com/showthread.php?t=957293 http://forums.digitalpoint.com/showthread.php?t=939914 http://forums.digitalpoint.com/showthread.php?t=924767 http://forums.digitalpoint.com/showthread.php?t=918503 http://forums.digitalpoint.com/showthread.php?t=902285
check this http://www.developphp.com/ for learn first you learn basic programing rules there after try to use language
w3schools.com is very good tutorial website of beginners. if you know about little bit C or c++ then you can learn PHP very easily. PHP is server scripting language. It's code is also very easy to write. you can create dynamic and interactive web page quickly with the help of PHP tools. Best of Luck.
w3schools *shiver* They're horrible. An okay reference if there is one element you've forgotten, but as a teaching resource, it should not be recommended. They're hopelessly slow on updating their lessons, and the examples more often than not leaves a lot to be desired. I would definitely not recommend w3schools, especially not to learn PHP. Unless they've updated their information, they're still teaching mysql_ for connecting to the database, which is really not recommended, at all.
http://www.tutorialspoint.com/ is a better place for beginners EDIT: Experienced programmers can also get help from there
It's a terrible resource (only checked the PHP section, to be fair). It's horribly outdated, provides insecure, and party wrong information. Unless you want to learn bad PHP 4, go somewhere else.
Your daily practice and some tools like "Localhost + DreamViwer". start google and get some test site
Hello, I suggest you to go with w3schools.com. Here you can learn the basics of PHP and and also advance php too. The best thing about this website is that it provides live example of every program.
I think @gyanender is right Start with w3schools.com for basics and then you can move to advance PHP (OOPS) http://www.w3schools.com/php/default.asp [basic] http://myphpscriptz.com/php-scripts-tutorials/object-oriented-programming-in-php/ [advanced]
Jeebz. First, don't EVER recommend w3schools, for ANYTHING. They suck, they have poor examples, they use deprecated items from the language etc. etc. Really, you shouldn't bother. As for the OOP-lesson in the link, I'm sure the content is good enough, but the language is... my god. Can't anyone write proper English anymore?
@PoPSiCLe I just went through the content of w3schools and realized that they have deprecated items. Next time I will refrain from recommending someone to w3schools. For OOPs I would say that the content was very useful for me. Although the English is not good but the way it is explained is great.
Free course from InfiniteSkills, they seem to be fairly competent, I am taking their Advanced Java classes at moment. https://www.udemy.com/php-mysql-tutorial/?dtcode=68yeDPF1omzO Try this instead: https://www.youtube.com/playlist?list=PL01C68F7D697AC80A
I think all the above plus google and youtube, will teach you everything. But all information is so scattered. My suggestion, at the beginning you go with some php programming book. Plus download some sample free scripts and take it as project and make modifications in them.