Originally posted by Gregory
Each user have your login and can add your hyperlinks, How can i save the links to a database... and load it when the user is logged in...???!
Create another field in your database for UserName. Associate each link with a UserName, and display the links by the logged in UserName.