Forum Moderators: coopster
However, when I double click on a PHP file in Windows Explorer the file executes in the Command Prompt window, after which the window closes immediately.
I did follow all the instructions about settings in the registry (phpfile - shell -- open -- command -- c:\php\php.exe -q %1).
What must I do to let PHP files execute in the browser window, not in the Command Prompt Window?
Looks like I'm managing to pass variables to a PHP file from a Flash movie; the code in the Flash movie then also loads the PHP file, but the same thing happens - it opens in the Command window.
Yesterday it opened correctly; I didn't change anything, but today it opens in the Command window.
What must I do?
The Flash movie should open the URL in the browser window, and I'm sure that yesterday it did exactly that. It's just that all of a sudden today it doesn't do that.
In the Flash movie I'm using the Loadvars object to send variables and specify the new URL. This does open the specified PHP file, but not in the browser window.
Flash code: loadnames("savedata.php", "_self", "POST");
Very puzzling - when it gets like this, I just say "Welcome to the world of computers..."
But I need to get past the problem, though.