'; echo ''; $ph = implode(",", $_POST['editstitle']); $sredit = $con->prepare("SELECT * FROM gwsubtitles WHERE titlenameid = ? AND stnameid IN ($ph)"); $sredit->bind_param("i", $_SESSION['tid']); $sredit->execute(); $result = $sredit->get_result(); while ($row = $result->fetch_assoc()) { echo ''; echo ''; echo ''; } $sredit->close(); echo '
Deleting takes precedence over edits - edits will have to be remade after submission
stnameidtitlenameidstnamestpointsstrankDelete?

'; echo '

'; echo 'Return to title manager'; } else { echo 'No title ranks selected! Please press the back button on your browser to return to the previous page.

'; echo 'Return to title manager'; } } ?>