Dear all,
I have searched through the site, but am unable to find the answer to my query.
I am trying to use numbers as variables:
<?php
$114 = "./challenge/index.phtml";
$445 = "./fixtures/fixtures.phtml";
?>
But I get this error:
"...parse error, expecting T_VARIABLE' or'$'' in .........." (edited as you know th rest😉)
If I change it to $abc, the error goes away.
Im not sure what I am doing wring here so any help would be appreciated.
Mike