Jump to content

help Warning: mysql_num_rows(): supplied argument is not a valid MySQL result re


shamsuljewel

Recommended Posts

First of all - Post your code.

Secondly, this error usually means there was a problem with your SQL. Do your code like this:

<?php
$sql = "SQL HERE";
$result = mysql_query($sql) or die(mysql_error().' SQL: '.$sql);
?>

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.