Hi folk
I do this:
define("a1", "b");
echo a1
$y = 1;
$x = "a".$y
echo contant($x);
for the last line I get an error. How can I fix this?
Cheers
Nicolaas
I do this:
define("a1", "b");
echo a1
$y = 1;
$x = "a".$y
echo contant($x);
for the last line I get an error. How can I fix this?
Cheers
Nicolaas
Comment