Variables in PHP are represented by a dollar sign ($). How do I get the full word to be highlighted?
Presently I could just only get the dollar sign to be highlighted. The word remains black.
E.g.
$var=1;
$result == 'true';
Thanks in advance.
Presently I could just only get the dollar sign to be highlighted. The word remains black.
E.g.
$var=1;
$result == 'true';
Thanks in advance.