Reply
Wed 7 Jan, 2004 10:00 pm
I am a newbie to php and scripting I would like to know how I can find the add favorites, rating script like yours in the portal for each link. and get vistors to have there own favorite list.
Thank You for your help
Do you own linksSQL? It's a commercial script (costs 450 dollars) and is written in PERL.
The scripts you are asking about would be useless unless you first have the commercial software.
Thank you for answering.
I have written my website in mysql and php and i wanted to add this option for my users. Is there another way without using linksql. I am not making that can of money for that software.
Another way to do what?
There's not another way to repurpose the code specific to software you don't have.
So what is it that you are trying to achieve?
I have a Directory. I would like my visitor to have there own page with the store and service they like from my site. With there own login. That is my goal.
Thank You
In that case you'll need a database driven option. Each user would be able to store their links.
The one I use is simply based on user cookies. The information isn't writtent to a database but rather to a cookie.
Since you already have a directory you'll need to write code that will tie into your user database.
I don;t have any code like that available to distribute and also won''t have time to undertake that project. But unless the directory solution you use has a hack or plugin like that you will have to write it or pay for its development.
It shouldn't be too much work for someone to code, I think you could price it at about 50 dollars (with someone else, not me, I don't have the time).