Jump to content

Hi...Noob here...one question...


Nephalim

Recommended Posts

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
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.