|
Posted by Akhenaten on 05/17/07 23:49
On May 17, 6:45 pm, Geoff Berrow <blthe...@ckdog.co.uk> wrote:
>
> That shouldn't make a difference. We need to see code.
> --
function respond_check($qid)
{
include "db.inc.php";
$postchk2 = mysql_query("SELECT * FROM `answers` , `users` WHERE `qid`
= $qid AND `a_uid` = `userid` LIMIT 0, 30",$db);
while ($userx=mysql_fetch_array($postchk2))
{
if (in_array($username, $userx)) {
echo "Got It!";
}
}
}
?>
Navigation:
[Reply to this message]
|