jprugh
01-31-2003, 12:24 AM
My problem:I built a flash survey for a client that takes some form inputs, sends the data through php to be stored in mySQL. And it works great - on my home machine which is windowsXP running php and mysql.
The problem is when I tried to install the survey on the clients machine(s) it doesn't work.
Their setup is this:
1. linux server with firewall running php and mysql.
2. solaris web server behind the firewall where the flash files are living.
So, I access the survey from outside the firewall at:
http://www.company.com/survey/
The flash hits the php call:
loadVariables("http://linuxhost/survey/storemydata.php", this, "POST");
and nothing happens.
If I telnet behind the firewall and access this same linux directory with lynx from the solaris server command line (I put a phpinfo.php file in the same directory for testing). It works.
Is this a problem with the loadVariables call. Since the call is from the .swf file behind the firewall it shouldn't matter where I'm accessing the .swf file from, right?
I'm stuck.
Thanks for any help.JP
The problem is when I tried to install the survey on the clients machine(s) it doesn't work.
Their setup is this:
1. linux server with firewall running php and mysql.
2. solaris web server behind the firewall where the flash files are living.
So, I access the survey from outside the firewall at:
http://www.company.com/survey/
The flash hits the php call:
loadVariables("http://linuxhost/survey/storemydata.php", this, "POST");
and nothing happens.
If I telnet behind the firewall and access this same linux directory with lynx from the solaris server command line (I put a phpinfo.php file in the same directory for testing). It works.
Is this a problem with the loadVariables call. Since the call is from the .swf file behind the firewall it shouldn't matter where I'm accessing the .swf file from, right?
I'm stuck.
Thanks for any help.JP