As an array. However, you can test this in the page that receives the
post with fallowing code:

        foreach($_POST as $val => $key) {
                echo $val." => ".$key."<br>";
        }


Regards,
Sumarlidi E. Dadason

SED - Graphic Design
_________________________________
E-mail: [EMAIL PROTECTED]
website: www.sed.is

-----Original Message-----
From: Gav [mailto:[EMAIL PROTECTED]] 
Sent: 30. desember 2002 15:08
To: [EMAIL PROTECTED]
Subject: [PHP] importing array from flash, how does PHP handle it?


Hi,

I am sending information from Flash to PHP and ideally I just want to
send an array.  Would php treat the info as an array or a string?  If it
is the latter, is there a way that I can convert the information into an
array?  In Flash you can use the .split action but I'm not too sure of
the PHP 4 equivalent.

Thanks



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


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

Reply via email to