Jump to content

any chance of some help please


Phpfr3ak

Recommended Posts

<?php
if ($result = mysql_query('SELECT mode FROM settings LIMIT 1')) {
  if (mysql_num_rows($result)) {
    $row = mysql_ftech_assoc($result);
    if ($row['mode'] != 1) {
      echo "<br /><br />"; 
      echo "<p><span style=\"margin-left:8px\">";
      include "endgame.php";
      echo "</td>";
    }
  }
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.