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]
- [PHP] Join causing Error? Keith Spiller
- Re: [PHP] Join causing Error? CC Zona
- [PHP] Re: [PHP-DB] Join causing Error? Chris Adams
- [PHP] Re: [PHP-DB] Join causing Error? Bob Hall
- [PHP] RE: Join causing Error? Johnny Withers

