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...
|