afesoccer
08-12-2007, 06:02 PM
Can anyone please give me a tutorial for a simple-simplest site you can make by PHP. Thank you.:)
|
||||
PHP Tutorial/PHP Siteafesoccer 08-12-2007, 06:02 PM Can anyone please give me a tutorial for a simple-simplest site you can make by PHP. Thank you.:) SteveBach 08-12-2007, 07:07 PM I'd recommend W3 schools as a good starting point: http://w3schools.com/php/default.asp CFMaBiSmAd 08-12-2007, 08:13 PM http://php.net/tutorial Rappa 08-13-2007, 05:25 AM id suggest this site because its simply amazing: http://devzone.zend.com/node/view/id/627 Yaggles 08-13-2007, 05:37 AM Simplest site ever? filename: index.php contents: <html> <head><title>Site</title></head> <body> <?PHP echo 'Hello, world'; ?> </body> </html> lol just kidding. But Google IS your friend. Just search for something like "PHP Tutorial". Cheers! gemguy 08-13-2007, 09:24 AM Hii afesoccer, I like to suggest this php tutorials which will lead you to high level in php learning. http://www.hscripts.com/tutorials/php/ The topics and examples given are fine tuned for beginners. Spookster 08-13-2007, 02:30 PM I guess you didn't see the sticky thread at the top of this forum? http://www.codingforums.com/showthread.php?t=104161 MHaris 08-13-2007, 04:08 PM I would recommend you www.tizag.com php tutorials. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum