Simple sintax question
Posted: Tue Aug 23, 2005 6:09 am
How can I echo the value of
$jhonpeter = 3;
by using the vars:
$p = jhon;
$j = peter;
instead simply:
echo $jhonpeter;
$jhonpeter = 3;
by using the vars:
$p = jhon;
$j = peter;
instead simply:
echo $jhonpeter;