Results 1 to 2 of 2

Thread: Loosen PHP security

  1. #1
    Phildo is offline New Member: Posts Will Be Moderated
    Join Date
    Apr 2011
    Posts
    1

    Loosen PHP security

    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!

  2. #2
    Join Date
    Apr 2011
    Posts
    5
    This is a good question, I want to know too. waiting together!

Similar Threads

  1. Security
    By cbrams9 in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 21 Sep 2006, 10:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •