Jump to content

tech991

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by tech991

  1. Hi to all. I'm new in php development. I'm trying to do a bookmark system. I have an intern search engine that extract data from a database table build in MYSQL that show as link and the user can click on and appear es text html. I want to give the possibility to add a star button near these link and when the user click on to bookmark.

    I found 2 ways to do this, but I'm sure that exist more solution that can do better or not:

     

    1- Give the possibility to the user that when click on button near the link that extract data from the database to add this on a bookmark table.
    2- When the user click on button add data to a the bookmark browser with a javascript as this (http://stackoverflow.com/questions/10033215/how-do-i-add-an-add-to-favorites-button-or-link-on-my-website). I think is the easiest solution but I'm not sure what can do the correct way to this.
    Any advice is welcome:)
×
×
  • Create New...