Echo the values of an array?
Posted: Tue Feb 24, 2009 8:56 am
I found print_r but it prints the contents of my array in a non-readable format.
All the documents I've googled talk about print_r
How can I display something like,
the array:
$file_extensions = array("'.jpg','.gif','.png'");
the output:
Extensions allowed: .jpg, .gif, .png
All the documents I've googled talk about print_r
How can I display something like,
the array:
$file_extensions = array("'.jpg','.gif','.png'");
the output:
Extensions allowed: .jpg, .gif, .png