I used this tool a while back and figured out how to get most of the functions working.
For some reason I am struggling to get the Delete function to work this time round.
Has anybody got it to work ? If so, can anybody shed some light please ?
I have read 'damian742's post and it didnt seem to fix it.
PLEASE HELP !
(Great tool by the way Nilesh)
Ok, I worked it now..
You need to change line 98 in delete<yourtable>.php to the following:
<input type=hidden name="id" value="<? echo $id; ?>">
Works for me :)
Log in to post a comment.
I used this tool a while back and figured out how to get most of the functions working.
For some reason I am struggling to get the Delete function to work this time round.
Has anybody got it to work ? If so, can anybody shed some light please ?
I have read 'damian742's post and it didnt seem to fix it.
PLEASE HELP !
(Great tool by the way Nilesh)
Ok, I worked it now..
You need to change line 98 in delete<yourtable>.php to the following:
<input type=hidden name="id" value="<? echo $id; ?>">
Works for me :)