Answered
deleting records
This must be an easy one - I'm just creating pages to add /
delete records etc from a table.
I'd post a link, but at the moment it's only testing on my local machine - but the search works well, with a results page, with 'delete' in the right hand side column, within the repeat region.
The code for the link looks like :
<a href="confirmdelete.php?ContactID=<?php echo $row_recordset1['ContactID']; ?>">Delete</a>
But it's not working - I presume when I mouse over the different 'Delete' links, I should see the ContactID change as I pass over the different records - but I just draw a blank for each.
I've followed the DW help, but presume I've got the syntax wrong somewhere.
Any ideas?
Cheers,
Iain
I'd post a link, but at the moment it's only testing on my local machine - but the search works well, with a results page, with 'delete' in the right hand side column, within the repeat region.
The code for the link looks like :
<a href="confirmdelete.php?ContactID=<?php echo $row_recordset1['ContactID']; ?>">Delete</a>
But it's not working - I presume when I mouse over the different 'Delete' links, I should see the ContactID change as I pass over the different records - but I just draw a blank for each.
I've followed the DW help, but presume I've got the syntax wrong somewhere.
Any ideas?
Cheers,
Iain
