jt2377
08-08-2006, 10:18 PM
i'm looking for a site with just php code as example and not much of word/tutorial. does anyone know any good site with just php example code?
![]() | View Full Version : is there any website that only show php code jt2377 08-08-2006, 10:18 PM i'm looking for a site with just php code as example and not much of word/tutorial. does anyone know any good site with just php example code? Premier 08-08-2006, 11:24 PM Best way to find some nice code to study is to do a search for php scripts. A Google search for php scripts brings up a few nice sites on the first page. tamasrepus 08-09-2006, 04:52 PM Pick any open-source PHP project. Tons of code, and probably the minimum of commenting... brendandonhu 08-09-2006, 07:57 PM http://phpfreaks.com has a section for this Burhan 08-10-2006, 02:34 PM The source for any page on php.net is available for free. Just click on the show source link at the bottom of the page. A good page to check out is the calendar page (great if you need to learn how the date/time functions work). ImZan 08-10-2006, 07:07 PM phpclasses.org -- a vast list of categories and source code bits to help you in your coding. horizon 08-10-2006, 08:05 PM W3schools: http://www.w3schools.com |