I have a form that submits 4 variables to a cgi script to be written to a database. I know the flash and cgi work, because I can run it locally and have it submit to the database. (I open it from the desktop into a browser and it communicates with the CGI script on the server and writes to the server database). I am running Flash 5 on a Mac. We have tried the same FLA published from a PC--same problem.

HERE IS THE PROBLEM
If I upload the exact same files to our server nothing is written to the database when the game is finished.

Specs:
Here's the code I am using to send it:
loadVariables ("http://www.saltlake.org/cgi-bin/downhill.cgi", "", "POST");

The game resides at:
http://www.saltlake.org/game-submit/ski-game-form.html

or

http://www.visitsaltlake.com/game-su...game-form.html
(saltlake.org and visitsaltlake.com have the same IP address)

Copies of the swf, fla, and cgi are available if you need them. Please let me know. I really appreciate any help you can offer.