array results into comma seperated?
Posted: Sun Feb 18, 2007 8:12 pm
Hi Guys,
I would like to list the values of an array like this.
please help.
Thanks
I would like to list the values of an array like this.
Code: Select all
$a = array("me", "and", "mydog");
//me, and, mydog
Thanks