View Single Post
Old 05-27-2008, 12:25 AM   #6 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Do you mean something like:

PHP Code:
$round 2;
$data = Array(824);

echo(
array_key_exists(--$round) ? $data[$round] : 'Invalid round'); 
Or something like that?
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
The Following User Says Thank You to Kalle For This Useful Post:
ReSpawN (05-27-2008)