How to count total number of results found in php?

Hello everyone

anyone can please help me I want to show total number of records search by string at the top of my page. Please help me how can I do this?

Thanks in advance

Thanks for help its work for me

mysql_num_rows() ? :slight_smile:

‘Records search by string’…a database query?

We’re going to need to see some code here to understand what you mean. Show us your search box, and the search processor page.