Portal Home > Knowledgebase > Articles Database > I would like to learn PHP


I would like to learn PHP




Posted by DanielSON, 05-01-2011, 04:15 PM
I would like to learn PHP, what website would you reccomend? and what should i start of with? Is it worth learning still? Thanks for any help.

Posted by Manjusha4serveradmin, 05-01-2011, 04:16 PM
w3schools Go ahead!

Posted by Blesta-Paul, 05-01-2011, 04:25 PM
phpbuilder.com was a good resource for me, long ago. Get a book or two, focus on PHP 5 only.. go object-oriented. Using an MVC framework is a good way to start, find one you like and look at examples and documentation. This will allow you to create useful things with less knowledge. 1 step at a time, start with the basics.

Posted by Hydro_Host, 05-01-2011, 04:49 PM
w3schools is a great resource! There are a lot of beginner's books out there too!

Posted by e-hoster, 05-01-2011, 04:55 PM
Another vote for w3schools.

Posted by DanielSON, 05-01-2011, 05:05 PM
Is it still worth learning? Do i need to know java html + css aswell? I only know basic HTML. Or better to learn HTML5? Sorry for all the questions.

Posted by lynxus, 05-01-2011, 05:22 PM
Id personally recommend Tizag: http://www.tizag.com/phpT/ I found it better than w3c for some reason... HTML5 is just html with extra bits. Infact. HTML is now HTML5 Its the same thing.. CSS and Java is still a good thing to learn.. Id learn in this order.. HTML/5 CSS PHP Javascript/Jquery. ( Java is a whole nother ball game )

Posted by Manjusha4serveradmin, 05-01-2011, 05:26 PM
Yes you need to learn everything. PHP alone is not worth

Posted by e-hoster, 05-01-2011, 05:27 PM
PHP is definitely worth learning but yes you do need HTML and CSS as well. HTML 5 will look good on a CV however I don't think it is currently essential. Java is again not essential depending on the job / required task but I feel it really shows you know how to program, if you know Java/C/C#

Posted by Joseph_M, 05-01-2011, 06:22 PM
Another vote for W3Schools, very good, basic introductions to the language, couple that with the PHP.net manual, and you're good to begin. If you don't have a background in programming, then it might be worth taking a short course, or reading a book or two so that you can understand the fundamentals. Spend some time looking at the security aspects of your coding (the OWASP Top-10 is a good place to start).

Posted by billaa, 05-01-2011, 09:30 PM
I recommend w3schools, there you can learn and test your skills.

Posted by Mike - Limestone, 05-01-2011, 11:30 PM
w3schools is indeed pretty cool. I also like the O'Reilly book series, especially once you reach an intermediate or advanced point. -mike

Posted by quantumphysics, 05-01-2011, 11:34 PM
w3s in general is pretty bad, give http://w3fools.com/ a read. additionally, if you're starting out, don't get into the bad habit of doing sql queries directly. always let pdo take care of it.

Posted by Syslint, 05-03-2011, 07:36 AM
php.net is the best place . You just search on the search box on right side of php.net . It will show all syntax with examples.

Posted by AzaraT, 05-03-2011, 01:57 PM
php.net is great for looking up stuff, however for a "tutorial" / getting started guide, I can recommend "PHP with MySQL essential training" by Lynda

Posted by adamhahnderson, 05-03-2011, 08:59 PM
I learned how to code in HTML, XHTML, XML, CSS, and do some basic JavaScript when I was about 12-13 years old. I used w3schools.com to learn the basics for all of them. It is quick and easy to understand, although the feature that I love the most are the quizzes at the end of the tutorials. I used to teach a class on basic website design to high school seniors and I always used w3schools to get them started.

Posted by jaequery, 05-03-2011, 09:11 PM
probably dumb but it's true, just google it. specifically, crawl for all the php tutorial sites and print them out. then read those hundreds of printed paper and carry them with you everywhere you go for a month straight. your brain will be filled with knowledge in no time. the concept of php is easy to grasp so it shouldn't take too long. keep coding until you get more familiar with the php functions. soon, you'll realize that most web programming is really all about doing a series of foreach() and echo's.

Posted by C0ldf1re, 05-03-2011, 09:24 PM
That is an amazing read! I had visited w3s a few times because they were high on serps as a free reference. Most times, they were useful, but sometimes I wondered if they were 100% accurate. It is amazing the effort somebody has put into criticizing w3s!

Posted by jaequery, 05-03-2011, 09:30 PM
funny, just a few years ago, everyone was drinking the w3c standards kool aid. it took them this long to realize it.

Posted by nazar2k2, 05-04-2011, 02:15 AM
You can follow w3schools.com.The guidance is very good.If its not effective for you then you can search in Google for more.Lots of tutorial sites are available.

Posted by DewlanceHosting, 05-04-2011, 02:46 AM
Install Xamp on your localhost and then start learning php programming. Learn how to use php, code, code closing,etc... PHP Tutorial: Check tutsplus site, they've lots of useful tutorials on php, java, css,etc... Last edited by DewlanceHosting; 05-04-2011 at 02:58 AM.

Posted by -TheCod3r-, 05-04-2011, 06:34 AM
The easiest way I found to learn PHP was to browse through existing scripts and experimenting, there are thousands of videos on Youtube and millions of tutorials on Google to help you. PHP is a great way to build interactive websites and the possibilities are endless. Go ahead and learn, it cannot hurt

Posted by lynxus, 05-04-2011, 06:41 AM
It can if you build a website that controls a machine that is designed to punch you every time someone clicks a button on your website!

Posted by johnston981, 05-04-2011, 02:12 PM
I would recommend you W3Cschools.com to learn PHP. There are also some reputed forums which helps to provide detailed information about core PHP.

Posted by canar, 05-04-2011, 08:40 PM
buy a real book for the basics then continue online



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read