I have got this code, which am trying to display it in white writing. I could get the first part in white but couldn't get the variable ($HTTP_SESSION_VARS to come up in white.
echo '<font color="#ffffff"><b>Total Items = </b></font>'.$HTTP_SESSION_VARS;
I have also tried the code below but got an error instead:
echo '<font color="#ffffff"><b>Total Items = '.$HTTP_SESSION_VARS </b></font>;
Please please please help.