Chris W. Parker wrote:

fred <mailto:[EMAIL PROTECTED]>
    on Monday, December 08, 2003 4:31 AM said:


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?


Yes. Here is a hint: delimit.



Chris.
--
Don't like reformatting your Outlook replies? Now there's relief!
http://home.in.tum.de/~jain/software/outlook-quotefix/

...that's a strange response. I doubt that's what was asked anyway.


What you want is probably a php function/class that can post form data to another script. PEAR's HTTP_Request can do that.

--
paperCrane <Justin Patrin>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to