Bowser Posted March 7, 2006 Share Posted March 7, 2006 [code]<form action='index.php?do=index' method=POST><input type=submit value='Delete Checked PMs' name=deletechecked></form><br>[/code] Thats the code i made to submit info[code]<input type=checkbox name='pm[]' value='$getyourpms3[pmID]'>[/code]I haveif(isset($_POST['deletechecked'])){}but cant figure out how to like check my pm db for multiple stuff Link to comment https://forums.phpfreaks.com/topic/4278-need-help-on-multiple/ Share on other sites More sharing options...
kenrbnsn Posted March 7, 2006 Share Posted March 7, 2006 That is a very short piece of code. Please post more and tell us what you want the code to do.Ken Link to comment https://forums.phpfreaks.com/topic/4278-need-help-on-multiple/#findComment-14902 Share on other sites More sharing options...
Bowser Posted March 8, 2006 Author Share Posted March 8, 2006 updated it Link to comment https://forums.phpfreaks.com/topic/4278-need-help-on-multiple/#findComment-15540 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.