01-24-2008, 09:56 PM
|
#1 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
A little challange for you all
Well, hopefully it will be a challange
Here's what you have to do:
PHP Code:
<?php
$999 = 'Hello';
echo $999;
Now, in its current state, that code won't work. Your job is to get it working
Rules: The variable name must be 999 and it must contain the string 'Hello' and you must echo the variable to display the string.
 First one to post a working answer wins a cookie!
Good luck all!
Alan
|
|
|