javadi82
July 19th, 2003, 03:56 AM
What is the problem with the following .fla which tries to send data from flash to php?
The php script is as follows:
<?php
$name=HTTP_POST_VARS['name'];
$comments=HTTP_POST_VARS['comments'];
echo $comments
?>
I get the following error when the .swf and .php are hosted on the lycos.co.uk server:
Parse error: parse error in /data/members/free/tripod/uk/m/y/p/myperception/htdocs/sendtophp.php on line 3
Please download the .fla and help.
The php script is as follows:
<?php
$name=HTTP_POST_VARS['name'];
$comments=HTTP_POST_VARS['comments'];
echo $comments
?>
I get the following error when the .swf and .php are hosted on the lycos.co.uk server:
Parse error: parse error in /data/members/free/tripod/uk/m/y/p/myperception/htdocs/sendtophp.php on line 3
Please download the .fla and help.