CMMVideos
06-22-2007, 08:23 PM
How do I add stuff to an array like this PHP Code:
<?php
$e = array();
$e[] = 'One';
$e[] = 'Two';
$total = implode('',$e);
?>
<?php
$e = array();
$e[] = 'One';
$e[] = 'Two';
$total = implode('',$e);
?>
View Full Version : JS Array