Web Hosting Talk







View Full Version : Wishlist script


AL-Benjamin
11-02-2004, 06:06 AM
Hi folks,

I've been rumaging my way around the internet for a bit today looking for a wishlist script. Only needs to display items that are wanted for one person.

Have found one on hotscrips but its not exactly what i wanted.

Anybody have any other suggestions?

[eXtract] William
11-02-2004, 05:38 PM
Make on? Make a MySQL db, To store the items they want with the ID of the user. Then when the user logs on make it SELECT * FROM (Table) WHERE userid='$THERE-ID-VARIBLE', Use a loop to keep displaying them. :)

AL-Benjamin
11-02-2004, 06:04 PM
i'll just go, huh.

mwalters
11-02-2004, 07:49 PM
Originally posted by thebyp2
i'll just go, huh.

Yeah, if you don't know php/mysql or something like that then what he said isn't going to help you very much. Have to check hostscripts.com and stuff? If what you're hoping to accomplish isn't too difficult a developer might be willing to help you out in the requests forums.

AL-Benjamin
11-02-2004, 08:26 PM
I do know PHP to the extent that i can modify the odd bit here and there but creation is just a non starter. I would have thought there would be one floating about but it appears not :)

[eXtract] William
11-02-2004, 08:53 PM
What exactly is this wishlist thing for? Are you making a shopping cart or somthing?