View Single Post
Old 01-24-2008, 09:56 PM   #1 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default 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
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote