Hey Ya'll,
I was wondering, is it possible to add a varname IN another varname?
like this:
<?php
$name3="echo this!";
$var1=3;
$var2="name";
echo "$var2$var1";
?>
I was hoping that with the <echo "$var2$var1";> this value of $name3 would be printed, but of course it wasn't. Is there a trick or a piece of code with which this CAN be done?
Thanx,
Niels Kregting
w.j.kregting@chello.nl