Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Load Variables without URL encoding
From: Sven Haiges
Date: Fri, 7 Jan 2000 09:05:54 GMT

Thanx for your reply.

But I am wondering why my sample page works without URLencoding?

http://www.flavor.de/index2.html

Maybe you will have to wait a bit, because I don't check if the variable
(text) is loaded before the box is being displayed. But the text in
"aktuell.txt" is just "aktuell=really absolut unencoded text"

does it only work on some systems that way ?!

thanx again.

greets sven


>
>
> Sven Haiges wrote:
>
> > Hi there,
> >
> > I would like to receive data (a variable) from a CGI. I know how to
> call
> > the CGI but where shall I "print" the data which is sent back?
> >
> > Can I simply print it to STDUT?!
> >
> > print STDOUT "variablename=bla";
> >
>
> No, because when flash recieves variables it needs them to be URLencoded
> (i.e. space ="%20").
> If you're using PHP, the easiest way to do this is to use the
> urlencode()
> function. Urlencoding and
> decoding is a fairly trivial part of CGI programming, and many scripts
> have
> been written to handle the
> task.--
>
> Alias|Rob
>
> (prpl)x-design for the perplexed
>
> www.prplx.com

--
Sent through Global Message Exchange - http://www.gmx.net



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Load Variables without URL en, Alias

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]