Click to See Complete Forum and Search --> : where can i find..


Greelmo
05-21-2003, 02:20 PM
Where can i find a basic PHP tutorial that is worth reading on the web?

AdamGundry
05-21-2003, 02:44 PM
The official (www.php.net) tutorial:
http://www.php.net/manual/en/tutorial.php

Webmonkey tutorial:
http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html

Adam

Richard1
05-21-2003, 03:04 PM
PHP Builder(http://phpbuilder.com) is a great source for everything PHP. They also have a thriving community. The links below are also some other helpful tutorials. Good luck!

http://www.daholygoat.com/phptutorial.html

http://www.php.net/manual/en/tutorial.php

http://blazonry.com/scripting/linksdb/

Greelmo
05-21-2003, 08:26 PM
thanks guys... i really appreciate it. Do i need to have a REALLY REALLY good understanding for JavaScript before i begin PHP... I have only been programing websites for a month. I have previous programing exp. but nothing like this... I guess i have caught on quickly, but i'm still not that fluent in it... any ideas?

pyro
05-21-2003, 08:56 PM
Knowing javascript is in no way a pre-requisit to learning PHP. I found it quite easy to pick up PHP after lerning javascript, though. One difference is that PHP is not an OOP like javascript is. PHP does have support for objects, but is not a true OOP, nor is there any intention of making it so. But, syntactically, it is similar to C based languages, so depending on what you previous programming experience is, you may find it very easy to pick up.