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