Search results

  1. Zoot

    PHP MYSQL HELP

    Basicly here my code <?php if ($_GET['get'] == "upload") { $id = mt_rand(0,961680); $query = "SELECT * FROM catalogue_items"; $result = mysql_query($query) or die(mysql_error()); while($account = mysql_fetch_array($result)){ if ($id == $account['tid']){ $id =...
  2. Zoot

    [v26] Phpretro Client works in everything but IE/FIREFOX [v26]

    The title says it all really does anyone know how to fix this? Chrome: IE/FIREFOX:
Top