Game Development Community

PHP

by Tricky · in General Discussion · 10/19/2002 (4:16 am) · 7 replies

hey, does anyone know a site that i could learn PHP from, i downloaded that PHP kit and i want to know how to use it... so if anyone could give me some URLs that would be great, thanks
-Tricky

#1
10/19/2002 (4:53 am)
Here you go Tricky.

www.google.com

-J
#2
10/19/2002 (6:00 pm)
Indeed Google.

But a few ones anyway

http://www.phpbuilder.net/

http://php.resourceindex.com/

http://www.faqts.com/knowledge_base/index.phtml/fid/51/

http://www.php.net/manual/en/
#3
10/19/2002 (11:17 pm)
llyod thanks for those sites, ill look into PHP now:D.
-Tricky
#4
10/22/2002 (4:37 pm)
http://www.php.net/
http://www.hotscripts.com/

Those are the only two you'll ever need. Go download the PDF manual from php.net, then download some scripts from hotscripts, and figure out how they work. PHP is one of the easiest languages I've learned, and it's fast as hell to pick up.
Even without the manual you can guess what things do :)
#5
10/23/2002 (8:17 pm)
I am happy they dont require you to seed the random number generator anymore. That was really irritating.
#6
10/23/2002 (9:50 pm)
Also learning PHP will benefit you since Torque's scripting language is very simulor to PHP. You just have to remember that in Torque % is local variable and $ is global. :)
#7
11/07/2002 (12:36 am)
Hey, thanx for the sites and info, im going to have to learn PHP, looks like a very interesting language
-Tricky