View Single Post
Old 01-24-2008, 10:16 PM   #3 (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

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
sarmenhb is offline  
Reply With Quote