|
PHP row count
hi,
I am writing a query in my php code for getting some rows from database. I want to count record fetch by that query.
When i am trying to execute this query
select *, count(*) from mytable
then it shows error.
Can anyone suggest solution for this problem?
|