TheUsed
02-19-2003, 05:08 AM
Well i want to make make a site where people can get points and items. So if you know how to do that or where i can learn please post or email me at StalkerRobot02@aol.com Thank You!
|
View Full Version : Anyone Know Php? TheUsed 02-19-2003, 05:08 AM Well i want to make make a site where people can get points and items. So if you know how to do that or where i can learn please post or email me at StalkerRobot02@aol.com Thank You! Dude128 02-19-2003, 06:33 AM http://www.php.net http://www.devshed.com http://www.sitepoint.com Ökii 02-19-2003, 10:30 AM As dude says, those three are pretty important to anyone learning php sitepoint has the largest community forum devshed has the best articles (my opinion only - some would argue sitepoint has) php.net has the manual To actively keep track of members across your site you'd want to get a grip on session, database access/update, variable passing and probably cookies. All well worth learning :) Welcome to the wonderful world of PHP btw, you'll never look back. TheUsed 02-19-2003, 11:05 PM Okii where could i find that??? gotfaith3 02-20-2003, 02:13 AM what do i need to start php?? epolady 02-20-2003, 02:19 AM http://www.php.net/manual/en/tutorial.php#tutorial.requirements Dude128 02-20-2003, 02:53 AM sessions, database interaction, and all those wonderful things are in the manual at http://www.php.net if you go there, I recommend starting with the introductory tutorial, which is the basics, then you can move on to the full documentation bejayel 02-20-2003, 07:03 AM a great place to start php is actually http://www.webmonkey.com it is really basic and is great for getting started. then i downloaded scripts and learned by studying. i found it a bit easier to do that way. Ökii 02-20-2003, 10:11 AM http://www.devshed.com/Server_Side/PHP/PHP101 read all 5 of the devshed 101 tuts, will get you familiar with the coding constructs. then practice, practice, practice |