Hi all
Using php with mysql. I have table_one and column_something that is enum type with the values "A", "B" and "C". I would like to count these values and then echo how many there are of each of these individual values from column_something. I'm confused about this. This is how I am going about it but can't finish.
It comes as::
Parse error: parse error, unexpected T_DNUMBER, expecting T_VARIABLE or '$'
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --