PDA

View Full Version : PHP Learning Sites


ACJavascript
05-30-2003, 02:33 PM
Hey everyone!:p

Okay I want to learn some php. Now There any good sites out there that document it?

Or give some good tutorials?

I tried searching for Learn PHP in these forums and All I kept getting was PHP has to be for characters.... Why is that??? LOL:D


Thanks in advance! :D

weronpc
05-30-2003, 02:45 PM
First, you should know some programming language (C++ is best to describe php)

Site I used to learn php are

www.php.net (http://www.php.net)
this site is great for refference codes


www.phpbuilder.com (http://www.phpbuilder.com)
basically same as www.php.net + some good predefined script.

www.codingforums.com (http://www.codingforums.com)
Best site for asking questions about php and mysql.

That's the 3 sites I used....

if you find any other cool sites, please let me know..

also, www.hotscript.com is good too..

ACJavascript
05-30-2003, 02:52 PM
Hey thanks weronpc!! :D

Yea I have dabled in C++.
Cool,, Can't wait to try and figure it all out LOL Thanks again!

whackaxe
05-30-2003, 03:12 PM
www.hotscripts.com they have all sorts of links to tutorials but some of them are outdated

Saj
05-30-2003, 03:31 PM
Here are some good links to tutorials once you've picked up the basics of PHP. Unfortunatly, there are no real good beginners guides here:

http://www.zend.com/zend/tut/

Also, check this out:

http://www.devshed.com/Server_Side/PHP/PHP101

duniyadnd
05-30-2003, 05:21 PM
premade classes to understand how classes can work in PHP

http://www.phpclasses.org

ACJavascript
05-30-2003, 05:25 PM
Thanks everyone,, this is very good brain food LOL :thumbsup:

Nightfire
05-30-2003, 05:36 PM
I just stumbled across this site.. http://www.devarticles.com/cats/9 seems to have a few tutorials

scroots
05-30-2003, 07:11 PM
i reccomend the php manual as it has clear examples and also includes user comments.
http://www.php.net/manual/en/

scroots