Results 1 to 2 of 2

Thread: "Add to Favorite" Button

  1. #1
    sunlight444 Guest

    "Add to Favorite" Button

    Hi Everyone,
    I am a student studying web development. I am creating a website with a photo gallery. When you visit the photo gallery page there are thumbnails you can click to view a larger image on the same page. Beside each image will be an add to favorites button.

    My Question is :
    How can i have an add to favorites button that the user will click on to take them to a login/register page where they can maintain/manage all their favorites. I have been looking for a script that does this for weeks with no luck. I would really appreciate it if someone is able to help me out with this as it is driving me nuts. Thank you so much.

  2. #2
    Join Date
    May 2010
    Location
    England
    Posts
    54
    you won't find a simple script that provides an entire user system I'm afraid

    you'll want a server side scripting language (php/asp/asp.net) and a database to keep everything in (mysql/mssql/access and so on)

    you'll want to put an id number for each photo into the database, then make the register page put the user into the database, and then link them together

    You have quite a lot of learning to do to make this work, but I hope I've pointed you in the right direction, come back with any specifics

Similar Threads

  1. flash button in php contact form
    By bevjones in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 17 Apr 2010, 02:04 PM
  2. Secret Glossy Effect Button Making Secrets Revealed!!!
    By WongFei in forum Graphic Design
    Replies: 1
    Last Post: 27 Sep 2009, 08:06 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •