PDA

View Full Version : need help to learn PHP...



maxingle
06-02-2008, 09:02 AM
Hi...

I am newbie in PHP computer programming and I really want to learn...hope you could help me...

* where should I start? what are the basics?
* you, as advance PHP programmer, what are the most significant part of programming that i should learn before I could say "I am a good programmer"

thanks for any reply....

ewomack
06-02-2008, 09:41 AM
The PHP tutorial really helped me learn some things...

PHP Tutorial (http://us3.php.net/manual/en/tutorial.php)

Just take it step by step and you'll be writing usable PHP in a few days.

ZadoAsh
06-03-2008, 05:36 AM
http://www.tutorialized.com/tutorials/PHP/1

Brilliant place... even helps me from time to time.

webburu
08-11-2008, 08:30 PM
I think you first if can order a hosting with php, you can practise there as you lab. then start reading basic php language, and then OOP in php and then other frameworks such as cakephp,... after that you can dowload serveral famous open source projects to take a look at how experts code php ;)
php often uses with mysql so it is a must to learn sql and mysql you can go to the site MySQL tutorial (http://www.mysqltutorial.org), a good stuff to study ;-)