mgmediaworks Posted July 11, 2007 Share Posted July 11, 2007 so I have flash file I have a field called subject (where the visitor will enter there email) then I have the field called Body (where the visitor enters there comments) problem is that in the subject field when visiting the site i cannot enter the (@) key or anything I have to shift and click on the numbers on the keyboard.. funny thing is i used the same script before and it works fine on my other site.... also forms--does all the data always come in in the email itself.. cause i noticed it never says who its from in the from field of the email.. eventhough I had created a "from" field..but did not work.. thanx here is my simple code.. <?php $From = $_POST['From']; $subject = $_POST['subject']; $body = $_POST['body']; mail ( ' sandro@mgmediaworks.com ' , $subject, $body, 'From: ' . $email ); header( 'Location: http://www.queyano.com' ); ?> Quote Link to comment Share on other sites More sharing options...
johntp Posted July 11, 2007 Share Posted July 11, 2007 not sure how your script works but here is one that will work for you. i zipped it to http:/www.omni-guild.org/contact.zip. Quote Link to comment Share on other sites More sharing options...
mgmediaworks Posted July 13, 2007 Author Share Posted July 13, 2007 thank you.. I will try it saturday morning thanx a million Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.