Jump to content

simon551

Members
  • Posts

    210
  • Joined

  • Last visited

    Never

Everything posted by simon551

  1. I don't know man. If you can connect then php is running. I usually write queries like this so it's easier to trouble shoot. mysql_select_db($database, $connection); $query = "SELECT x FROM y "; $result = mysql_query($query, $connection) or die(mysql_error()); $num_row = mysql_num_rows($result);
  2. post the code. it's probably a problem with your mysql_query statement
×
×
  • 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.