POST variables to CGI via URL with URLencoded string fails??

Dave Cragg dcragg at lacscentre.co.uk
Sat Oct 18 03:40:46 EDT 2003


At 2:24 pm -1000 17/10/03, Sannyasin Sivakatirswami wrote:

>OK, that works great... can we depend on the order of the
>environment variables?
>
>i.e
>
>This works:
>
>put urlDecode (value(item 3 of the globals)) into tRemit
>
>and delivers the $QUERY_STRING value..
>
>but if the order changed the cgi would break (depends on
>$QUERY_STRING being always item three of the globals)

I don't understand why the order is important. Why can't you do this?

put urlDecode($QUERY_STRING) into tRemit

Cheers
Dave


More information about the use-livecode mailing list