I tried that it didn't work
"Cole S. Ashcraft" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Just from looking at it, it seems to be because you are redefining a
> variable, which destroys it, then calling for a mysql resource that has
> been destroyed. What is the error?
>
> I can't gaurantee that that is what is happening.
>
> Cole
>
> > why doesn't this work:
> > $pic=mysql_query('SELECT     Rune, username FROM         RuneRunner
> > RuneRunner_1 WHERE     (User_ID = 3)',$connection);
> > $pic=mysql_fetch_array($pic);
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is believed to be clean.
> >
>
>
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is believed to be clean.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to