Jump to content

Creating somthing big


suckerr70

Recommended Posts

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

sorry... thats not vague enough... please try to be a little less specific  :D 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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.