|
-
Apr 23rd, 2010, 05:37 PM
#12
Thread Starter
New Member
Re: facebook style wallpost- can post in realtime but when refresh i dont get prev po
ok i did this
<?php
$query = "SELECT * FROM messages2";
$sqlinbox = mysql_query($query);
//Error thingy, ohh no! Dispaly the error and the query so we can diagnose the problem if there is one
if(!$sqlinbox)
{
?>
<p><?php print '$query: '.$query.mysql_error();?></p>
<?php
}
else
{
echo 'yes it is';
}
and it echos yes it is!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|