/ Published in: PHP
This is for a "floating" box where there are multiple forms on the page.
Expand |
Embed | Plain Text
/*--------REMOVE NEWS FORM--------*/ if($_POST['removeForm_submit']){ $remove_title = $_POST['pos_remove_select']; echo "<script>alert(\"Successful Remove. Page is Refreshing...\");setTimeout(\"parent.location.reload(true);\", 1000)</script>"; }
You need to login to post a comment.
