Thread: MySQL help
View Single Post
Old 08-19-2004, 09:27 AM   #4 (permalink)
Limit
Inactive
 
Join Date: 10-29-03
Posts: 249
iTrader: 0 / 0%
Latest Blog:
None

Limit is a jewel in the roughLimit is a jewel in the roughLimit is a jewel in the roughLimit is a jewel in the roughLimit is a jewel in the roughLimit is a jewel in the rough
no joke

i did this before but it did not work.

[code:1:c1073b332c]<?php
require "db.php";
$displaysql = "SELECT disable FROM test";
$displayexc = MYSQL_QUERY ($displaysql);
$disable = MYSQL_NUMROWS ($displayexc);

if ($disable == 1) {
echo "Disabled";
exit;
}
?>[/code:1:c1073b332c]
Limit is offline   Reply With Quote