Outputing an Array Question
Posted: Sun Jun 10, 2007 1:52 pm
I keep forgetting how to do this i have an array of 3 or 4 things and I want to output this together:
Thanks!
Code: Select all
$array[] = 'this';
$array[] = 'is';
$array[]= 'together';
// I want to output just like this:
// this is together.