[snip] if ($vthere == '0') { True } else { False } .... > if ($vthere == 0) { True } else { False }
Same result (actually, that was the first statement I tried). :\ [/snip] Then the query is failing. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php