Alice Wei wrote:
> I can't see anything obviously wrong with the URL really. Is there no
> way instead to send the data as post data from Flash? I know Flash
> can make post requests, but I'm not sure how much more difficult it
> is.
>
> I had it using POST before, but from the PHP point of view, it does
> not matter how I make the request, does it? I mean, if the variables
> are problematic, would it matter if I use POST or GET?
>

All seems fine to me.  You can use post, but what's not working?  Try
trimming back to just 2 from and colors and test it.  What does
var_dump($_GET) show on the PHP page?

-Shawn


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

Reply via email to