Flasher Archive

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


Subject: FLASH: load variables into PHP script
From: T.R. Henigson
Date: Thu, 3 Aug 2000 19:15:30 +0100

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


Replies
  Re: FLASH: load variables into PHP scrip, Neil Halloran
  RE: FLASH: load variables into PHP scrip, T.R. Henigson

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