01-24-2008, 10:16 PM
|
#3 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
BINGO!!!!
<?php
$test = array('9','9','9');
$test[0] = "he";
$test[1] = "ll";
$test[2] = "o";
$output = "$test[0]$test[1]$test[2]";
echo $output;
?>
__________________
no signature set
|
|
|
|