Justin Patrin wrote:
Manuel Lemos wrote:

Hello,

On 12/08/2003 10:30 AM, Fred wrote:

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?



You may want to try this class that lets you make HTTP requests like a normal browser:


http://www.phpclasses.org/httpclient


Or even better, use PEAR's HTTP_Client. http://pear.php.net/package/HTTP_Client



I hereby retract the "Or even better" part of my statement. It was wrong since I had not used httpclient. However, I still stand by PEAR and am still more likely to use PEAR packages than any other, simply because I trust them and I like the way that it works.


--
paperCrane <Justin Patrin>

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



Reply via email to