Page 2 of 2

Posted: Mon Jan 09, 2006 11:13 pm
by Sculpture
I think this is the line of code you are talking about

Code: Select all

$query_limit_qSearch = sprintf("%s LIMIT %d, %d", $query_qSearch, $startRow_qSearch, $maxRows_qSearch);
How do I echo it before the following line?

Please tell me if this is what you mean.

Thanks