Hi All!
I have a form (form1.php) that displays the contents of a table, alongside each row is an icon to delete or edit that record. If I click on the 'delete' icon, the record number should be passed to another page (lets say 'processor.php' ) which has a lot of functions one of which is the 'eraseit' function.
My problem is that the record is not deleted with this code snippets:
<a href='process.p hp?action='POST '&id='eraseit '>
I'm new to PHP programming and I would appreciate all the help. Thanks in advance.
MRB
I have a form (form1.php) that displays the contents of a table, alongside each row is an icon to delete or edit that record. If I click on the 'delete' icon, the record number should be passed to another page (lets say 'processor.php' ) which has a lot of functions one of which is the 'eraseit' function.
My problem is that the record is not deleted with this code snippets:
<a href='process.p hp?action='POST '&id='eraseit '>
I'm new to PHP programming and I would appreciate all the help. Thanks in advance.
MRB
Comment