Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP/SQL
#2
I don't know much SQL, but why don't you make a variable for the SQL, then check it like:

[lua]
<?php

$okay = TRUE;

$sql = "SQL HERE";
if $sql == "$sql {
$okay = FALSE;
}

?>

[/lua]

That may have errors, I just did it off the top of my head. But it may work.
[Image: chaosthegreat.png]
Reply


Messages In This Thread
PHP/SQL - by Dignity - 08-12-2011, 09:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)