Jump to content

Correct query, retrieval format incorrect...


PaulRyan

Recommended Posts

I have the following query:

 $getVideos = mysql_query("SELECT catergory, COUNT(catergory) as 'catCount' FROM videos GROUP BY catergory"); 

 

Using this in PHPMyAdmin returns the correct results of:

catergory | catCount
   0 	  |    7
   1 	  |    1
   10     |    2

 

How would get those results into a PHP array or what not...I have done this before but along time ago and cannot for the life of me remember how to do it.

 

Hopefully someone can point me in the right direction?

 

Regards, PaulRyan.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.