when i run my php file display.php3,i
received a message:"Warning: Using scalar variable $record as an array or object in /usr/local/apache/htdocs/display_records.php on line 141".
the line 141 in my file:"$record=@mysql_fetch_object($result);
...
echo "<td> $record->no </td>"; ",are there
anything wrong???
please help me!