i have this error all the time and i dont get it, it always shows up and only works after tinkering with it and i forget what i did.
here is my query and the table
[php]<?php
$sql=“SELECT * FROM messages ORDER BY ID DESC”;
$result = mysql_query($sql);
while($row=mysql_fetch_array($result)){
?>
|
||
<?php echo $row['message']; ?> |
hope you guys can help me again