Posted: Mon Jan 09, 2006 11:13 pm
I think this is the line of code you are talking about
How do I echo it before the following line?
Please tell me if this is what you mean.
Thanks
Code: Select all
$query_limit_qSearch = sprintf("%s LIMIT %d, %d", $query_qSearch, $startRow_qSearch, $maxRows_qSearch);Please tell me if this is what you mean.
Thanks