Welcome to the myhosting.com Forums.
-
multidimensional array solution
I was getting multidimensional array with an HTML code recently and thought this might help others with similar problem:
<?php
$files = array('a','b','c');
$link = 'gallery.php';
echo $link.'?files[]='.implode('&files[]=',$files);
?>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Version 4.1.7
Copyright ©2000 - 2013
All times are GMT -4. The time now is 01:58 PM.