# Forms and PHP

**URL:** https://forum.kirupa.com/t/forms-and-php/186110
**Category:** flash
**Created:** [April 19, 2006, 3:48am UTC](https://forum.kirupa.com/t/forms-and-php/186110 "2006-04-19T03:48:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![puk](https://avatars.discourse-cdn.com/v4/letter/p/ea5d25/32.png) [@puk](https://forum.kirupa.com/u/puk)
#### Post date: [April 19, 2006, 3:48am UTC](https://forum.kirupa.com/t/forms-and-php/186110/1 "2006-04-19T03:48:52Z")

</div>

Is it possible to have the flash swf on one server and the mail PHP on another server? This is because my web server cannot run php script.:ear:

---

<div class="post-metadata">

### Author: ![neutrino](https://avatars.discourse-cdn.com/v4/letter/n/bb73d2/32.png) [@neutrino](https://forum.kirupa.com/u/neutrino)
#### Post date: [April 20, 2006, 5:56am UTC](https://forum.kirupa.com/t/forms-and-php/186110/2 "2006-04-20T05:56:14Z")

</div>

sure, i don’t see why not - though you may run into security issues with flash player communicating with servers that aren’t the same as the origin of the SWF - check out macromedia (er, adobe) web pages for this info. I believe there is some sort of config XML file in the webserver root directory that controls these things - if the XMl file cannot be found, it uses standards security settings; otherwise it adopts the security settings (with some limitations) of the config XML file.
