Jump to content

php retrieve with delete checkbox


aian04

Recommended Posts

It can be done just passing the id and deleting it. I am doing that too ;)

 

<?phpif($sShowDelete==true)
		echo"<td align='center' valign=top><input type=image src=../images/button_drop.png alt=Delete height=17 width=18 style=cursor:hand onclick=\"return confirmDelete('".$sCurpageurl."?del=1&id=".$row[$cField[1]]."','Etes-vous certain de vouloir effacer cette fiche?')\"  class='submit'   ></td>";
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.