[thelist] php function...

John Corry webshot at members.evolt.org
Fri Apr 12 10:47:00 CDT 2002


I got it, thanks...

while ($row == mysql_fetch_array($result)){..

should have been

while ($row = mysql_fetch_array($result)){..

I felt like an idiot when I saw *that* :)

thanks,
John

> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Schoolcraft, Jeffrey
> Sent: Friday, April 12, 2002 1:31 AM
> To: thelist at lists.evolt.org
> Subject: RE: [thelist] php function...
>
>
> You're query looks good, and I'm not in the mood to trace through
> your code.
>
> Do you have any debugging in your code that will let you print
> out the query
> with variables substituted in ?  Then you can paste all that into
> phpmyadmin
> and see if you get results that way.  Or cut them back in an
> email here.....
>
> Jeff
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>
>



More information about the thelist mailing list