When extracted records from a data base is displayed. I found in some applications (next to the record) a link called update or delete. I know this to make change on this record. So How can I implement the sql code to be executed by clicking on this link? and is there a way to redisply the same page with the modified record after modification?
i.e page1
Name Job Salary
Record: John driver 2000$ update
So I want after click the udate link, and insert the new data, say, salary will becomes 2500, page1 will redisplayed with the updated data.
Regards:p :mad: