Posted by Geoff Berrow on 05/23/07 07:47
Message-ID: <1179892812.330704.252940@w5g2000hsg.googlegroups.com> from
dseeker contained the following:
> while( $tagrow = mysql_fetch_row($tagresult) ) {
> $tagquery = "select * from blog_tagname where
>tagID=".$tagrow[2];
> $tagresult = mysql_query($tagquery);
> $tag = mysql_fetch_row($tagresult);
> echo $tag[1];
> }
You are overwriting the resource $tagresult within the loop.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|