I am new to PHP

Hi
I am new in php. I want to learn about advance php ,object oriented php can any one help me with this in guiding me from where i can study it online or get free ebooks, tutorial. I had followed head first series to learn php ,which is the best one to learn advance PHP.

Thank you
Love Sharma

For starters, I recommend this site: http://w3schools.com/php/default.asp…you can build a web/database application from there…

For more advanced tutorials, you can visit http://www.9lessons.info – I learned a lot from this site…

I would recommend to not just reading tutorials, but starting to solve simple tasks. Also it is good to learn from code created by others (there are many open source scripts, you can download and view the source code).

And sure, it is worth to mention PHP online documentation: http://php.net/manual/en/index.php.
Particularly useful function reference section with user contributed examples & solutions.

Sponsor our Newsletter | Privacy Policy | Terms of Service