01-24-2008, 10:35 PM
|
#11 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
Quote:
Originally Posted by Alan @ CIT
Afraid not  You need to have a variable named '999', that contain the string 'Hello' (string, not array), and then echo that variable to display the string 'Hello'
Alan
|
ROFL
Code:
<?php
${999} = "hello";
echo ${999};
?>
__________________
no signature set
|
|
|
|