Jump to content

Nephalim

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Nephalim's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I have a flash email page. It has area for text; visitors name visitors email address and area for text. Once sent it calls up my (.php) mailform file and this is the code. But it does not work, Yes I'm a noob, but what do i need to change to fix? thanks here is .php code ----- <?php $TextVariable = '&results='; $response = 'ok'; echo $TextVariable; echo $response; mail ("mydomainname@mydomain.com", "email", " my mail form: name: $name email: $email user comments: $message Sent From : $REMOTE_ADDR "); ?> </body> </html> ---- thanks guys,awesome site the html file .swf file and mail.php file are all in same directory
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.