Live data from Hacker News

How come my messages won't display?

news.ycombinator.com

1–4 of 4 posts

How come my messages won't display?

#1
Hey guys sorry if this is a newbie question lol but how come my messages don't display?

Here's the code to my messages file===

echo "MessagesFromSubject";

// get the messages from the table. $get_messages = mysql_query("SELECT messages_id FROM messages WHERE to_user='$id' ORDER BY messages_id DESC") or die(mysql_error()); $get_messages2 = mysql_query("SELECT * FROM messages WHERE to_user='$id' ORDER BY messages_id DESC") or die(mysql_error()); $num_messages = mysql_num_rows($get_messages); // display each message title, with a link to their content echo ''; for($count = 1; $count '.$row['from_user'].'' . $row['message_title'] . ''; }else{ echo '' . $row['message_title'] . '
'; }} echo ''; echo ''; echo ''; echo '';

echo ''; echo ''; echo ''; ?>