Support Forums
how did you learn php? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21)
+---- Thread: how did you learn php? (/showthread.php?tid=3229)

Pages: 1 2


how did you learn php? - andrewjs18 - 11-29-2009

trying to get some opinions on what you folks did to learn php. I'm trying to get into php & mysql and struggling to find some good sites to use for tutorials and such.

I have a php pdf printed out, but it doesn't explain the code that they're writing very well.


RE: how did you learn php? - Spl3en - 11-29-2009

In theory, I would say ... http://www.w3schools.com/PHP/php_intro.asp
W3Schools !

But in practice, you can try to code something, whatever, a website or something like this, and learn little by little how it works Tongue


RE: how did you learn php? - MattR - 11-30-2009

W3Schools, books, messing about on a localhost.


RE: how did you learn php? - bsdpunk - 11-30-2009

I used WAMP(can't believe I was using windows back then) and one of those beginner php books. I wrote a port scanner, it was for sure a kickstart into programming. Although my first recursive function was written in javascript.


RE: how did you learn php? - Nyx- - 11-30-2009

yea i'm using W3Schools and then I'll probably get a book to teach me more proper programming methods in PHP


RE: how did you learn php? - Omniscient - 12-01-2009

Self taught from years of use. I still don't consider myself a professional coder. I am probably above average.

I mostly learned from using various open source scripts and modifying them. Eventually being brave enough to code mods (phpbb and oscommerce). I am pretty close to ready for creating a project from scratch.


RE: how did you learn php? - Muzen - 12-06-2009

w3schools is what i always use when starting off a web language. then i go and practice on my own.


RE: how did you learn php? - Gaijin - 12-06-2009

I'm still Learning PHP!

I used to download Open Source codes, and recode them to do something different but kind of same. Tongue
I've also tried to code some mods for phpBB2, but yeah...... Let's say it wasn't my thing!

My Homepage was set to Speed Dial add-on for firefox (opera default Big Grin ), first page was http://www.php.net followed by Google.... etc..
Search what ever you can think of and, learn from it


RE: how did you learn php? - Socrates - 12-07-2009

Currently learning by this guy on youtube named bucky, type the new boston php vidoes on youtube. He is very helpful and explains everything. Its better then reading a book because you have visual examples of someone else doing it. He also teaches you how to program in ,c++,python and java in other videos. Go check him out.


RE: how did you learn php? - Grizzly - 12-08-2009

Well, it's the same as when I learned CSS and XHTML. I just started editing things, and it eventually culminating into me editing larger portions. However, I'm still quite new to PHP. I'm more of a C++ guy ;)