# Implementing a Hosters CGI script into a Flash MX Form

**URL:** https://forum.kirupa.com/t/implementing-a-hosters-cgi-script-into-a-flash-mx-form/53620
**Category:** flash
**Created:** [June 5, 2004, 8:00pm UTC](https://forum.kirupa.com/t/implementing-a-hosters-cgi-script-into-a-flash-mx-form/53620 "2004-06-05T20:00:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Plucid](https://avatars.discourse-cdn.com/v4/letter/p/e95f7d/32.png) [@Plucid](https://forum.kirupa.com/u/Plucid)
#### Post date: [June 5, 2004, 8:00pm UTC](https://forum.kirupa.com/t/implementing-a-hosters-cgi-script-into-a-flash-mx-form/53620/1 "2004-06-05T20:00:41Z")

</div>

Hi.

Had problems working out where to put this question so I hope this is ok.

I set up a PHP based email form in my Flash contact page, not realizing my hosting package does not support PHP, ASP, etc. They only provide 1 non-configurable CGI script for email contact, this being the only one allowed.

They supply the script to insert into a html page, but im not at all sure how to implement it into flash. Id really appreciate any help on this as ive got 2 sites up without contact ability at moment.

Here is the script they provide:  
[font=Arial][color=#0000ff]\<FORM METHOD=“POST” ACTION=“[http://mailgate.server-mail.com/cgi-bin/mailgate](http://mailgate.server-mail.com/cgi-bin/mailgate)”\>  
\<inpu[/color][/font][size=2][font=Arial][color=#0000ff]t type=hidden name=“recipient” value="[/color][size=2][color=#ff0000]sales@acme.com[/color][/size][/font][font=Arial][size=2][color=#0000ff]"\>  
\<input type=hidden name=“subject” value="[/color][/size][size=2][color=#ff0000]Enter Subject[/color][/size][/font][font=Arial][size=2][color=#0000ff]"\>  
\<input type=hidden name=“redirect” value="[/color][/size][size=2][color=#ff0000][http://www.acme.com/feedback.htm[/color][/size][size=2][color=#0000ff]](http://www.acme.com/feedback.htm%5B/color%5D%5B/size%5D%5Bsize=2%5D%5Bcolor=#0000ff%5D)"\> [/color][/size][/font][size=2][color=#66ccff]  
[/color][/size][font=Arial][size=2][color=#0000ff]Your Email address: \<input type=text name=“email”\>\<BR\>  
Your Full Name: \<input type=text name=“realname”\>\<BR\>  
Tell me what you think of me?  
\<TEXTAREA NAME= “comments” ROWS=3 COLS=50\>Type Here\</TEXTAREA\>  
\<INPUT TYPE=“SUBMIT” VALUE=“Send Comments”\>  
\</FORM\>[/color][/size][/font][/size]  
[font=Arial][color=#0000ff][/color][/font]  
[font=Arial][color=black]Thanks for any help.[/color][/font]
