include 'functions.php'; $web_vars = $_POST ? $_POST : $_GET; $ticket_id = $web_vars['ticket_id']; $ticket_auth = $web_vars['ticket_auth']; // get the ticket information if(mysql_result (mysql_query_wrapper ("select count(*) from tickets where ticket_id='$ticket_id' and ticket_auth='$ticket_auth'"),0) < 1) { header("HTTP/1.0 403 Forbidden"); echo "
Your ticket has been added, however you must pass a captcha test before it will be flagged for a response
include "bottom.php"; ?>