|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
modify Records
I know the sql code to update the records, but I don't know how to return the data in the form. From the report..
I have a report with a link in the id, I want when I click the link it return me the data of this record in the form to be changed. I know the command to change it bu I dont know how to return the data to the form when I click Nestor |
|
#2
|
|||
|
|||
|
so lets say you have a link like
file.php?id=5 then on the file page you would query the database something like this mysql_query("SELECT * FROM table WHERE id = '{$_POST['id']}'"); |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > modify Records |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|