I to all. I'm a beginner in web development. After a week I'm trying to build a bookmark system but for the moment I don't find solution. The idea is to give to the users the possibility to bookmark a link (SELECT from a database build in MYSQL).
I saw that I need to do a call function (with an Ajax Request) that INSERT this data in a new bookmark table.
I found this easy example (http://www.asif18.com/21/php/simple-on-click-edit-in-jquery-ajax-php-simple-php-data-grid/) that insert “input” data in a table. I need to do the same function but that INSERT data SELECT from database. After hours of work to trying to change this source code the only thing that do is insert blank data. I don't know if this, is the right way to do a bookmark application. I really appreciate if anyone can help me or give an example or a resource code.