Flasher Archive

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


Subject: Re: FLASH: load variables into PHP script
From: Neil Halloran
Date: Fri, 4 Aug 2000 03:04:47 +0100

When I've sent variables using the load variables statement I didn't want to
send ALL the variables of the movie so I had to put the values into the url
field. i.e.

"http://www.domain.com/cgi-script/test?varname1=" & value1 & "&varname2=" &
value2

then I selected not to send variables

This worked ok for me. Though I worried that spaces and other characters
would screw things up they never did.

This could be a last resort - I don't see why the flash send variables
option would not work.

Neil
--


> From: "T.R. Henigson" <tedat3bits [dot] com>
> Reply-To: flasheratchinwag [dot] com
> Date: Thu, 3 Aug 2000 11:00:18 -0700
> To: <flasheratchinwag [dot] com>
> Subject: FLASH: load variables into PHP script
>
> I wrote a PHP script to list all of the variables posted
> to it by a Flash load variables statement. It should write:
>
> varname1: value1
> varname2: value2
> varname3: value3
> .
> .
> .
> varnamen: valuen
>
> For some inexplicable reason, it prepends all of the values to
> varnamen so instead of printing out as it should above, it prints
> out as follows:
>
> varname1: value1
> varname2: value2
> varname3: value3
> .
> .
> .
> value1value2value3...varnamen: valuen
>
> This seems more like a PHP issue, except when I change the PHP form
> to list variables appended to the query string and test it directly
> with the same variables I was having Flash post it, the script prints
> out correctly. So it seems like a Flash thing. Can anyone help???
>
> Ted Henigson
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Full flasher archive now available online at:
> http://www.chinwag.com/flasher/archive.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: load variables into PHP script, T.R. Henigson

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