What is the best way to learn PHP online?

Humza

New Member
At the moment i am using W3Schools as i did for X/HTML, CSS, Javascript and HTML DOM.<br />
<br />
For some reason i am finding W3S* a bit hard for PHP, do i need to learn every single reference as well or just the main lessons and certain references.<br />
<br />
Or is there a simpler site i can learn from?<br />
<br />
My aim is to build and sell all kinds of pre-made websites (e-commerce to basic info site's and maybe try some social networking sites in the future)<br />
<br />
http//www.w3schools.com/php/default.asp<br />
<br />
Thanks in advance.<br />
 

cristianods

New Member
Thanks for posting this question. You always will find more resources online that you can use.

Anyway, here are some sites that I you need as the basic reference for any kind of PHP development.

A server to run PHP applications on your computer http//www.appservnetwork.com/

The main only great resource for PHP core http//www.php.net

And some other PHP resources that will help http//www.zend.com
http//www.phparch.com
http//mcloide.wordpress.com <- I'm here if you need, ask
http//www.tiredrobot.com

Also look for groups in Facebook, Orkut and Social Network sites. You will always find someone with the help that you need.

Have fun.
 
Top