I need to change the output of name; ?> to lowercase only.
name; ?>
Output now is Entertainment. How would I get it to
Entertainment
In PHP you use:
echo strtolower($EM_Category->name);