Nov 22, 2009

Here Are Some Great Php Tutorial Sites

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Scripting > PHP

Here Are Some Great Php Tutorial Sites

liveblue
these site very usefull for php html java
5 day ago i only use w3school
recently i have some great web for usefull

http://www.devresources.net/
http://www.php.net/
http://www.tizag.com/phpT/
http://www.w3schools.com/php/default.asp
http://phpbuilder.com/
http://www.phpfreaks.com/
http://www.w3schools.com/php/
http://www.hudzilla.org/phpbook/index.php
http://www.spoono.com/
http://codewalkers.com/
http://www.phpcs.com/
http://pear.php.net/
http://www.phpclasses.org/
http://phpdebutant.org/
http://www.phpfrance.com/
http://www.phpfreaks.com/
http://www.phpteam.net/
http://www.phpworld.com/
http://phpbuilder.com/
http://www.phpdeveloper.org/
http://php.resourceindex.com/
http://www.01php.com/
http://sourceforge.net/projects/phplib
http://phpinfo.net/
http://dietrich.ganx4.com/nusoap/
http://www.faqts.com/knowledge_base/index.phtml/fid/51/
http://www.php-editors.com/
http://www.phportail.net/
http://www.pscode.com/vb/default.asp?lngWId=8
http://www.koders.com/
http://php.developpez.com/cours/
http://www.hotscripts.com/
http://www.devarticles.com/c/b/PHP/
http://www.phpfreakz.nl/library.php
http://www.developpez.com/
http://webmonkey.com/
http://www.freewebmasterhelp.com/tutorials/phpmysql/1
http://www.planet-source-code.com/
http://www.webmaster.org.il/guide.asp?subject=php
http://www.ibzi.net/
http://www.codedemons.net/tutorials/
http://www.depiction.net/tutorials/php/
http://www.joe2torials.com/
http://www.siteduzero.com/
http://www.phpfreaks.com/tutorials.php
http://www.thesitewizard.com/php/index.shtml
http://www.w3schools.com/php/default.asp
http://www.tizag.com/phpT/
http://www.phpbuilder.com/
http://www.zend.com/zend/tut/
http://www.developertutorials.com/tutorials/php/
http://www.thescripts.com/serversidescripting/php
http://www.devshed.com/c/b/php

 

 

 


Comment/Reply (w/o sign-up)

yordan
Nice reference list.
I would not state this being a tutorial, because you did not write this with your own words, that's why I moved your topic here. However, it's really a useful set of info, thanks a lot.
Yordan

Comment/Reply (w/o sign-up)

TavoxPeru
Thanks for this very useful reference list, i know many of them but i see two or three that i will visit right now.

BTW, i take the time to remove the duplicates entries from the list and also to sort it alphabetically:
  1. http://codewalkers.com/
  2. http://dietrich.ganx4.com/nusoap/
  3. http://pear.php.net/
  4. http://php.developpez.com/cours/
  5. http://php.resourceindex.com/
  6. http://phpdebutant.org/
  7. http://phpinfo.net/
  8. http://sourceforge.net/projects/phplib
  9. http://webmonkey.com/
  10. http://www.01php.com/
  11. http://www.codedemons.net/tutorials/
  12. http://www.depiction.net/tutorials/php/
  13. http://www.devarticles.com/c/b/PHP/
  14. http://www.developertutorials.com/tutorials/php/
  15. http://www.developpez.com/
  16. http://www.devresources.net/
  17. http://www.devshed.com/c/b/php
  18. http://www.faqts.com/knowledge_base/index.phtml/fid/51/
  19. http://www.freewebmasterhelp.com/tutorials/phpmysql/1
  20. http://www.hotscripts.com/
  21. http://www.hudzilla.org/phpbook/index.php
  22. http://www.ibzi.net/
  23. http://www.joe2torials.com/
  24. http://www.koders.com/
  25. http://www.php-editors.com/
  26. http://www.php.net/
  27. http://www.phpbuilder.com/
  28. http://www.phpclasses.org/
  29. http://www.phpcs.com/
  30. http://www.phpdeveloper.org/
  31. http://www.phpfrance.com/
  32. http://www.phpfreaks.com/
  33. http://www.phpfreaks.com/tutorials.php
  34. http://www.phpfreakz.nl/library.php
  35. http://www.phportail.net/
  36. http://www.phpteam.net/
  37. http://www.phpworld.com/
  38. http://www.planet-source-code.com/
  39. http://www.pscode.com/vb/default.asp?lngWId=8
  40. http://www.siteduzero.com/
  41. http://www.spoono.com/
  42. http://www.thescripts.com/serversidescripting/php
  43. http://www.thesitewizard.com/php/index.shtml
  44. http://www.tizag.com/phpT/
  45. http://www.w3schools.com/php/
  46. http://www.w3schools.com/php/default.asp
  47. http://www.webmaster.org.il/guide.asp?subject=php
  48. http://www.zend.com/zend/tut/
Best regards,

 

 

 


Comment/Reply (w/o sign-up)

Arbitrary
Thanks TavoxPeru, there definitely were a lot of repeats in the original, and the new list is a lot better organized.

I will, however, say that in general php tutorials on the web really only guide you through the most basic aspects of php. In order to really understand php, it's best to either (1) start working on a project that you've envisioned for some time or (2) contribute to open source php projects. The latter will give you a chance to view well-written php code (well, actually, you'd need to do some browsing and judging for that), which will help you improve your own code. The former will give you real problems that are outside the subset usually shown in tutorials.

I'd actually say that for anyone who has had programming experience before, php's official website php.net is a great resource. It pretty much has everything you'll need to understand how to program php (mainly because php is an extremely easy language to learn; it's hard to organize, but easy to learn).

Other than that, if you're a true beginner, try the w3c tutorials and tiztag. Keep in mind that none of these will help you put together a php app, and I'd suggest reading up some articles on database design if you intend to go heavily into the php/mysql sector. Database design is really the fundamentals behind the app, and then comes the php. I've seen many people mess up on the database and then in turn screw up their entire site.

Either way, good luck!

Comment/Reply (w/o sign-up)

MoonLightCity
Thanks for these lists of the sites!

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)


See Also,

*SIMILAR VIDEOS*
Searching Video's for great, php, tutorial, sites
advertisement



Here Are Some Great Php Tutorial Sites

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com