suckerr70 Posted April 26, 2007 Share Posted April 26, 2007 I have learned the basics of PHP and creating databases but now I want to create something bigger. How the heck do I use my knowledge to make something as complex as for example Digg.com? I would know how to create and manage all the user account and how to search through my database to display my results and just EVERYTHING. Any help? Thanks so much Link to comment https://forums.phpfreaks.com/topic/48802-creating-somthing-big/ Share on other sites More sharing options...
taith Posted April 26, 2007 Share Posted April 26, 2007 sorry... thats not vague enough... please try to be a little less specific LOL um... basically you start with a template... then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... DEBUG then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... DEBUG then you add a little more... then you add a little more... then you add a little more... DEBUG then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... then you add a little more... DEBUG (repeat untill your done!) Link to comment https://forums.phpfreaks.com/topic/48802-creating-somthing-big/#findComment-239167 Share on other sites More sharing options...
roopurt18 Posted April 26, 2007 Share Posted April 26, 2007 If you've only got a handle on the basics, start specializing. The difficult part of programming is not learning a language but creating and implementing a design. I have a simple assignment for you! Create a linked list in PHP and then create an RPN calculator using your linked list. This is a fairly straight forward task in a language like C / C++ and very easily accomplished in PHP. It won't be incredibly useful, but it will give you practice implementing something you had to design first. Or you can just jump right in an try to create the next big site. Link to comment https://forums.phpfreaks.com/topic/48802-creating-somthing-big/#findComment-239178 Share on other sites More sharing options...
trq Posted April 26, 2007 Share Posted April 26, 2007 Worry about being better, bigger will take care of itself. Link to comment https://forums.phpfreaks.com/topic/48802-creating-somthing-big/#findComment-239183 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.