On 25 Feb 2001 00:20:37 -0800, Keith Spiller <[EMAIL PROTECTED]> wrote:
>  Line 284    $result =3D mysql_query("SELECT q.questid, q.question, =

Try changing this to something like 
        $result = mysql_query("SELECT ...") or die(mysql_error());
and seeing what error is being returned by MySQL.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to