I have this query, it gives the suspected information in myphpadmin:
select listid, count(*) from table1 group by listid
How do I put this the result into an array in php? I have problems with the
count(*) field
select listid, count(*) from table1 group by listid
How do I put this the result into an array in php? I have problems with the
count(*) field
Comment