SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Oct 6, 2009, 03:07 #1
What's the best way YOU learn/improve PHP?
Since PHP is not like standard school work I was curious how other people go about getting better with PHP. I find it difficult to just read a book and know it until I practice it.
So for me, the #1 way is to read, practice by creating a miniature project. I've also found a lot of help on these forums when I'm stuck.
I'd like to continue getting better, but some books are still too difficult so I'd like to see how others learn. Also, have you taken any PHP classes, or do you go to PHP meetups?
-
Oct 6, 2009, 03:14 #2Guido - Community Team Leader
The Votes Are In: The Winners of the 2013 Community Awards are...
Blog - Free Flash Slideshow Widget
-
Oct 6, 2009, 03:20 #3
- Join Date
- Dec 2004
- Location
- Whitley Bay, Tyne & Wear, UK
- Posts
- 246
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I started with a book you can get from Sitepoint by Kevin Yank
Database driven website here. If I had an issue the forums are a great resource.
Have fun
Keith
-
Oct 6, 2009, 03:56 #4
- Join Date
- Feb 2008
- Location
- end($world)
- Posts
- 834
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Make websites.
-
Oct 6, 2009, 07:25 #5
- Join Date
- Apr 2001
- Location
- Leicester, UK
- Posts
- 459
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I started the same as you, reading books and using forums (mainly this one actually). Set up WAMP/XAMPP on your own machine and practice!
PHP.net is an excellent resource if you're stuck, or looking for a better way to do something.
I believe the best way to learn is just to practice with practical projects. I've learned more in 2 years of work than I did in 4 years of university. It helps working with others who know different aspects of PHP, as you all learn from each other.
Also, be open-minded. A few years ago I was set in my ways with procedural programming, until I started my job and was pushed into OO. Now I can't imagine writing PHP without OO.
-
Oct 7, 2009, 01:01 #6
Excellent post W1LL Thanks!
Bookmarks