View Single Post
Old 09-22-2004, 04:08 PM  
lb_vee
Confirmed User
 
Join Date: May 2004
Posts: 886
Quote:
Originally posted by archael
Yes i know what you mean, I thought about it too but I would have to add that rank to about 50,000+ entries in my database.

And I would order my results by descending order and all the rest by descending order as well.

I tried the cowboy's programmer's way but it doesnt seem to query at all if I have 2 $sth->execute in the code.

I'm gonna try playing around with it some more.

Thanks,
Jon
you should rename your $sth to $sth2

so you have one:
$sth->execute(your stuff)
$sth2->execute(other stuff)

if both $sth's are the same, its not gonna work
lb_vee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote