/ Published in: PHP
Expand |
Embed | Plain Text
function sqlQuery( $sql ) { { "<pre><font color=\"red\"><b>Invalid SQL:</b>\n\n(" . ' ) ' . "\n\n" . "<b>Query:</b>\n" . '</font></pre>' ); } { "<pre><font color=\"red\"><b>Invalid SQL:</b>\n\n(" . mysqli_errno( $GLOBALS[ 'dbHandle' ] ) . ' ) ' . mysqli_error( $GLOBALS[ 'dbHandle' ] ) . "\n\n" . "<b>Query:</b>\n" . '</font></pre>' ); } return $query }
You need to login to post a comment.
