Hi
Any help will be appreciated!
I made a list of records from my database in my page depending your criteria from a search engine.
What I want to know if there is an instruction or a way to get an echo of something like:
The search found : 10 results
1,2,3,4,5,6,7,8,9,10 ( and this numbers link me to each item)
I used mysql_num_rows and I only get the number of records but how can I get a list of numbers like above..?
Thank you a lot!