Forum Moderators: phranque

Message Too Old, No Replies

Bookmark Script

         

kodaks

2:18 pm on Sep 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am looking for a free script that will allow me to start a "My Favourites" section on my website, such as the one MSN or Excite uses.

This script must allow users to add there own personalized links or bookmarks on a page in my site. The links will be different for each user.

For an example, if a user wants to add Google, Yahoo and Godaddy on the "my favourites section", he would have to register on my site, so then he could customize his favourites.

I do not want the script to rely on cookies, because if the user clears his or her cookies, they will lose their bookmarks/links.

I hope this is not too confusing, and thanks in advance!

Zipper

3:31 pm on Sep 19, 2004 (gmt 0)

10+ Year Member



If cookies are not an option, you will have to go for a server-side solution using flat files or dbs etc. Are you up for it? If its a yes, check these out,

ASP
[favoritesmanager.com...]
[gianlucanieri.com...]
[theill.com...]

PHP
[devel.thcnet.net...]
[lbstone.com...]

HTH!

kodaks

5:41 pm on Sep 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks!