Log in

View Full Version : if i want to learn PHP, from where do i need to start?



davelf
03-18-2010, 10:50 AM
Like the title you can see, for a newbie like me from where do i need to start to master the basic....

Any tips n trick, would be nice :)

BLiZZaRD
03-18-2010, 06:40 PM
Here are a few worth looking at:

W3Schools Tutorials (http://www.w3schools.com/php/default.asp)

PHP 101 (http://devzone.zend.com/article/627)

PHPBuddy (http://www.phpbuddy.com/)

Tizag (http://www.tizag.com/phpT/)

The last one (Tizag) it a little tougher than the others. It assumes you have a basic understanding of some of the topics it covers. But it is still worth a look. PHPBuddy is one I have never tried but looks well thought out at least. The other 2 are constant resources for people like me :)

davelf
03-19-2010, 04:33 PM
ah finally there's someone really care to help the junior, Thx Blizzard:)

djr33
03-19-2010, 06:52 PM
Also, this is not where you should start, but where you should end up:
http://php.net

Use that to reference anything you need to look up. The function reference is great with examples, bug reports and warnings (if applicable).

Once you move on from tutorials that will be all the reference material you need.

For now, use tutorials but also just practice and it will start to make sense.


To start with php and mysql, I found this tutorial helpful: http://php-mysql-tutorial.com

davelf
03-22-2010, 02:18 AM
thx djr33, i will post a lot of question here, LOL