I have this two variable that I combined
${$monthNamelower . $category[$k]}= $row['COUNT(mycategory)'];//example output decStationery
if my $category[$k] is more than two words 
Example Electrical Appliance
How do I remove the space using str replace so it would be
ElectricalApplicance instead of Electrical Appliance ?
 
     
    