Hi
I've got a little design problem which probably has a simple soltuion... (i hope!!)
I want to make a search script which searches the database and returns results. That bit is easy enough. However, I want the page to be able to say "Found 129 results" for example. I also want to use a limit clause, so that I can just view records 1-20 or 21-40 of the results etc. The problem is, when I set this clause the program says "Found 20 results". The only way I can think of doing it is with 2 calls, but I obviously don't want to do this for performance reasons... Is there any way I can do this? I'll be using the ADODB abstraction layer.
Sorry if I've rambled on, it was kinda hard to explain 🙂 !
Thanks,
Melody