Jump to content

Delete Selected


doddsey_65

Recommended Posts

Im having trouble deleting the selected checkboxes in my form. I have tried several options out there but none seem to work. here is the code i have which generates the checkboxes. i am alos using jquery to select all.

 

<form name="checkboxes" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">

 

This is within the while loop:

echo "<input value=\"{$messages_info->message_id}\" style=\"float:left;\" type=\"checkbox\" name=\"checkbox\" />";

 

<a href="<?php echo $site_root; ?>/user_center.php?user=<?php echo $_GET['user']; ?>&do=messages&action=del_marked">
 Delete Marked</a> </span>

 

Anyone have any ideas? Thanks

Link to comment
https://forums.phpfreaks.com/topic/218157-delete-selected/
Share on other sites

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.