Re: [PHP] Flash MX

2004-04-02 Thread drisner
On Thu, 1 Apr 2004, Nadim Attari wrote: > I have to send data to flash. Should i use the "urlencode()" or the > "rawurlencode()" function to encode the data? If you are going to be doing this a lot, you should take a look at AMFPHP, Flash Remoting for PHP, at http://sourceforge.net/projects/amfph

Re: [PHP] Passing variables from Flash to PHP

2004-04-02 Thread drisner
On Thu, 1 Apr 2004, Edward Tilley wrote: > Hi - I am an IIS, PHP 4.3 new user running on Win2k server. I need to > pass a variable ( $flash = 1 ) back out to my PHP script and can't find > any examples of this working after 2 days of looking. I can't get a > urldecode to work and I don't want a WD