Result Number Loop<

liunx

Guest
I want to number results from a search query like on Google or Yahoo etc...

Something tells me it's a for loop but I can't figure it out.

Thanks.for($i=1; $i<=$numresults; $i++){
echo $i++ /* formatted query results here */;
}
that should give you a general ideaThats great thanks Josh, why didn't I think of it? Oh well thanks anyways.Heh, no problem :D
 
Back
Top