View Single Post
Old 01-24-2008, 10:35 PM   #11 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

Quote:
Originally Posted by Alan @ CIT View Post
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
sarmenhb is offline  
Reply With Quote