|
Posted by Toby A Inkster on 05/18/07 07:47
Akhenaten wrote:
> 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!";
> }
> }
> }
You haven't defined the variable $username anywhere, unless it's defined
somewhere in the included file.
--
Toby A Inkster BSc (Hons) ARCS
http://tobyinkster.co.uk/
Geek of ~ HTML/SQL/Perl/PHP/Python/Apache/Linux
Navigation:
[Reply to this message]
|