aian04 Posted October 6, 2007 Share Posted October 6, 2007 to all php expert is it possible to retrieve all data in tables with checkbox delete... so the customer will view the history of the reservation and if they want to cancel it they will check the checkbox then click the delete button... any suggestions experts... Quote Link to comment https://forums.phpfreaks.com/topic/72089-php-retrieve-with-delete-checkbox/ Share on other sites More sharing options...
~n[EO]n~ Posted October 6, 2007 Share Posted October 6, 2007 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>"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/72089-php-retrieve-with-delete-checkbox/#findComment-363299 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.