On Sun,  8 Jul 2001 19:10, Kevin Smith wrote:
> Hi All,
>
> Has anyone ever had this problem when using PHP 4.06 and MySQL 3.23.39
> running on Apache 1.3.20 on Windows 2000 Professional SP!?
>
> <br>
> <b>Warning</b>:  Supplied argument is not a valid MySQL result resource
> in <b>d:\program files\apache
> group\apache\www.lemonlaineydesign.com\www\top_frame.php</b> on line
> <b>68</b><br>
>
> And here is the line in my HTML... any ideas what might be wrong?  This
> works on my Unix box with no problems...
>
> while ($results = mysql_fetch_array($sth)) {
>
>
> Thanks,
>
> Kevin Smith
> Netsmith Limited

Use mysql_error() after your database call to get any error messages that 
mysql returns.

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   The guy who writes all those bumper stickers HATES New York.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to