Webbers Corner

Full Version: How to learn php?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I know quite a few members here know how to use php.  i was wondering how you learnt it as i would really like to.

dave.
By trying Wink
Just try to find something that you would want to write, and then start looking for tutorials on how to do it.
http://www.w3schools.com is a good place to start for the very basics.

do you have any experience with other programming languages?
php manual on php.net
reading code from other people, like phpbb and wordpress, really fun consider how inefficient the code really is.
Lots of ways, but the easiest is just jumping in with a tutorial and a goal of coding something.

Or, taking a class in college or highschool. Smile
I've learned from tutorials such as http://www.tutorialized.com
I was going to say them same. I heard the w3schools is a good site to start learning programming languages since they have tons of information for you understand easily. After you learn the basics, you can start with more complicated things. Good luck!
Thanks, i was looking for this too Tongue
Reference URL's