diff --git a/tradeform.php b/tradeform.php index 8f5c647..92f2fba 100644 --- a/tradeform.php +++ b/tradeform.php @@ -28,7 +28,7 @@ else if ( $hiatustrading == 1 ) { $result = $database->query("SELECT `id`,`name` FROM `tcgs` WHERE `status`='active' OR `status`='hiatus' ORDER BY `name`"); } else if ( $inactivetrading == 1 ) { $result = $database->query("SELECT `id`,`name` FROM `tcgs` WHERE `status`='active' OR `status`='inactive' ORDER BY `name`"); } - while ( $row = mysql_fetch_assoc($result) ) { + while ( $row = mysqli_fetch_assoc($result) ) { echo ''; } ?> @@ -49,4 +49,4 @@ - \ No newline at end of file +