Jump to content

mysql error


Jacbey

Recommended Posts

hey guys;

 

Another problem with sql.

 

 			{
echo "Welcome " . $row['username'];
echo "<br />";
echo "<br />";
echo "<br />";



$msgquery = "SELECT * FROM spotty_messages WHERE (id_receiver = '" . $userid . "') AND message_read = '0'";

$messageres = mysql_query($msgquery);

$messrow = mysql_fetch_array($messageres);

$messagenum = mysql_num_rows($messageres);



	}


$i = 0;
while ($i < $messagenum) {



$f1 = "From:" . mysql_result($messrow,$i,"sender");


echo "
<tr>
<td>" .  $f1 ."</font></td>
" ;
$i++;
}

 

This is returning the error : Warning: mysql_result() expects parameter 1 to be resource, null given in /customers/klueless.net/klueless.net/httpd.www/daisysite/messages.php on line 106

 

Please help, thanks! 8)

Link to comment
https://forums.phpfreaks.com/topic/237110-mysql-error/
Share on other sites

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.