PDA

View Full Version : Loosen PHP security



Phildo
07 Apr 2011, 09:38 PM
Hey, I have kinda a complicated question that probably has a pretty simple answer...

anyways- long story short: Is there a way I can change the PHP configuration on my server to allow PHP data to be POSTed from (and then POST to...) some other source?

End result, I want to be able to run a flash program locally (IE, the .swf is on my machine) that calls PHP files from the server by POSTing data to them to get MySQL data.

If I load the .swf from the server in a browser, it works fine. But the project requires the .swf to be run locally. It IS connected to the internet (obviously), it is simply run from my local computer rather than the server itself. It accesses (or attempts to...) the PHP files by using the full .php file name (ie mydomain.com/file.php) in the flash file.

Sorry I'm just saying the same thing over and over again but I want it to be clear what I'm trying to do.

Anyways, any help will be greatly appreciated!

Thanks!

shucun
14 Apr 2011, 04:00 PM
This is a good question, I want to know too. waiting together!