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
If your results are in the form of an array, you can use count().
And if it's from a DB, you'd use the appropriate DB function/property (e.g. [man]mysql_num_rows[/man] for the 'mysql' library).
Thanks for your help, its work for me