# Php Help

**URL:** https://forum.kirupa.com/t/php-help/105066
**Category:** Uncategorized
**Created:** [March 22, 2004, 8:27pm UTC](https://forum.kirupa.com/t/php-help/105066 "2004-03-22T20:27:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Harpreet](https://avatars.discourse-cdn.com/v4/letter/h/7ea924/32.png) [@Harpreet](https://forum.kirupa.com/u/Harpreet)
#### Post date: [March 22, 2004, 8:27pm UTC](https://forum.kirupa.com/t/php-help/105066/1 "2004-03-22T20:27:03Z")

</div>

Hi guys, I needed to use PHP for making a feedback form.  
My server supports PHP.  
My flash calls the PHP file but it gives me an URL error.  
I dont know if I need to do something more than just uploading the php file?

I have tried different variations to call the file. these are a couple

envelope.sendAndLoad(“[http://cgi.some.com/~myName/cgi-bin/email1.php",res,"POST](http://cgi.some.com/~myName/cgi-bin/email1.php%22,res,%22POST)”);

envelope.sendAndLoad(“[http://www.some.com/~myName/cgi-bin/email1.php",res,"POST](http://www.some.com/~myName/cgi-bin/email1.php%22,res,%22POST)”);

I dont know which one is correct cause both are not working. Treat me as beginner.

Thanks
