View Single Post
  #7 (permalink)  
Old 04-22-2008, 05:19 PM
MrGamm MrGamm is offline
WebProWorld New Member
 

Join Date: Dec 2007
Posts: 14
MrGamm RepRank 0
Default Re: Need help with making a website

Write a mysql table with three fields...

The login
The id
and the link counter...

Make a form on a webpage... when someone logs in... put a new row of data in the database if one doesn't exist...

Make an page which shows all the rows of data in the database...

Whenever somebody clicks a link take them to a php page which updates the counter in the mysql database...

Of course... You could spend the next 30 days looking for an open source product that you could download install and then hack away at for the rest of your known life trying to make it work...
__________________
James Weisbrod - programmer
Reply With Quote