silverglade Posted August 7, 2008 Share Posted August 7, 2008 hi, im looking for a site that has newbie project tutorials. i have completed an email form and a calculator in php. i tried to do a bb forum and it was too hard. and the blog was too hard too. any help or advice greatly appreciated. thank you . derek Link to comment https://forums.phpfreaks.com/topic/118692-looking-for-newbie-project-tutorial-site/ Share on other sites More sharing options...
ohdang888 Posted August 7, 2008 Share Posted August 7, 2008 build a user login, with a database. Link to comment https://forums.phpfreaks.com/topic/118692-looking-for-newbie-project-tutorial-site/#findComment-611132 Share on other sites More sharing options...
ardyandkari Posted August 8, 2008 Share Posted August 8, 2008 i wouldn't suggest tutorials. they dont do real world issues ($foo=foo; echo "nancy"; $i=0; while ($i < 2){echo " $foo"; i++;} echo " pants"; (dont know if it works right, but you get the idea)) what i would do is get an idea (simple forum with login section, reservation system...two of the crappy projects i have tried to do) and do it...when you run into a problem, ask on this forum. everyone is willing to help...even if it is an easy fix (ie. "you need an extra bracket at the end") the best way i have found is to just do it...not to do tutorials. Link to comment https://forums.phpfreaks.com/topic/118692-looking-for-newbie-project-tutorial-site/#findComment-611301 Share on other sites More sharing options...
Daniel0 Posted August 8, 2008 Share Posted August 8, 2008 http://www.phpfreaks.com/blog/learning-to-think-like-a-programmer Link to comment https://forums.phpfreaks.com/topic/118692-looking-for-newbie-project-tutorial-site/#findComment-611350 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.