>I have an array in php like this: > >$arr[0][0] = "Something"; >$arr[0][1] = "Hello"; >$arr[0][2] = "Hi"; > >It is possible to post this array to another site in a form? Or how can i do >this?
It would help to serialize the array into a string, then pass it as a regular value in a GET or POST request. http://php.net/serialize http://php.net/unserialize --------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php