Discuss PHP x Flash in the PHP Development forum on Dev Shed. PHP x Flash PHP Development forum discussing coding practices, tips on PHP, and other PHP-related topics. PHP is an open source scripting language that has taken the web development industry by storm.
Posts: 5
Time spent in forums: 22 m 15 sec
Reputation Power: 0
PHP-General - PHP x Flash
Hi, guys!
I have a system developed in PHP and Flash. It is divided into layers (MVC). I'm facing the following issue: the form, which is done in Flash, sends data to PHP via POST. I threw an exception printing what is coming from the form. When I click "Save" the data come black. As what I filled out the form remains on the screen, if I click again on "Save" the data are sent normally.
Posts: 7,939
Time spent in forums: 2 Months 9 h 12 m 42 sec
Reputation Power: 7053
Pull out a network monitoring tool like Firebug (not sure if that works on Flash) or Fiddler and examine the actual requests that are being sent to see what data is being included in the request. If I had to guess I would say this is not a problem with your PHP code, but something on the client side.
Posts: 5
Time spent in forums: 22 m 15 sec
Reputation Power: 0
Hi, guys!
It was a code issue. Thanks!
However, now the application only works in Chrome. In IE it's random. Every other time, it works. Does anyone know what can be the cause of that intermittency of IE?