Code causing content to disappear

hermuyconga

New Member
Is there anything wrong with the code below?It's causing a page to return blank results.Thanks in advance,John\[code\]$querysub = mysql_query("SELECT subcheck FROM submission WHERE submissionid = $submissionid");$result = mysql_query($querysub);if (!$result) { die 'Could not run query: ' . mysql_error();}$subcheck = mysql_result($result, 0);\[/code\]
 
Back
Top