Jump to content

Chendyboi

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Chendyboi

  1. Freak Dr. this is still not working
  2. How would i go about doing that? Could you put it into code context or a link to a site that explains it?
  3. I am trying to limit my table results to 10 when my url is /table.php?limit=10 the code that i am using is as follows: if(!isset($_GET['limit']) && $_GET['limit'] == '10') { $fetch = mysql_query("SELECT * FROM (table name) LIMIT 0, 10")or die(mysql_error()); } Could someone help me on where i am going wrong.
×
×
  • 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.