
how can we give hyperlinks on data retrieved from the database and when a particular option is clicked it should be saved in another database and details related to that link should be diaplay and stored in the database.
Example:
"Conference" retrived from the databas
Conference is the hyperlink which when clicked displays some data and "conference " is stored in another database and the details which were displayed are added in the same database.
Plz help . Its very URGENT.

Hi Shruti
Step1 :First thing you need to do is fetch the value from database and save it in a variable for ex. temp and put it in between a href tag as :
<a id="a1" href ="XYZ">temp</a>
Step2 : Use a id to select this using JavaScript or jQuery to displays some data on click and post data using ajax.
All these multiple action can be handled easily using JavaScript or jQuery
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.