View Single Post
  #11 (permalink)  
Old 04-23-2008, 04:18 AM
dan13 dan13 is offline
WebProWorld New Member
 

Join Date: Apr 2008
Posts: 4
dan13 RepRank 0
Default Re: Need help with making a website

Quote:
Originally Posted by Uncle Dog View Post
and most probably a MySQL database. Can you PM me an address of one of these sites? I'm intrigued.
www.hollowskullexpress.com

And no, I don't actually use that site. I was just wondering how it was done.



Quote:
Originally Posted by MrGamm View Post
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...
That makes a lot of sense. Now I just have to figure out how to do it.


Quote:
Originally Posted by whipnet View Post
Just out of curiosity, what is enticing users to click these links?
So their links move farther up on the list. Its for a friend networking site.

Quote:
Originally Posted by RichAtVNS View Post
THAT WAS FUN.... considering I used to charge $125 an hour when I consulted you just got a lot! LOL
All of that seems to make sense too.

----------------------------------------------------------------------

I think I have successfully fried my brain though. I'm having trouble just getting PHP set up. I guess thats what happens when you don't program anything for over two years.

If anyone has anymore tips or know how they did it, an example of what I'm looking for is: www.hollowskullexpress.com
And again, no, I don't actually use sites like that.
Reply With Quote