Jump to content

kaiku991

Members
  • Posts

    3
  • Joined

  • Last visited

kaiku991's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. i cannot understand that formatting part and where i set the short tags on, i use freehostia
  2. i use this script as a template, where i need to copy that code what grappy give to me, i take it on this page http://www.thesitewizard.com/archive/phptutorial2.shtml <? $email = $_REQUEST['email']; $message = $_REQUEST['message']; if (!isset($_REQUEST['email'])) { header( "Location: http://www.example.com/feedback.html" ); } elseif (empty($email) || empty($message)) { header( "Location: http://www.example.com/error.html" ); } else { mail( "yourname@example.com", "Feedback Form Results", $message, "From: $email" ); header( "Location: http://www.example.com/thankyou.html" ); }?>
  3. Help me and sorry for my english and correct me if i go wrong, I want to make a form what have to look like thisi want that guest enter the text in to that that box and e-mail and then he push the submit button, it sends my writted auto-reply e-mail to the guest e-mail and that text what he entered in the box, is coming to my e-mail. After he click that submit button, he is directed to the "thank you, information is sended to your mail." page.I use namo webeditor, if that helpsI make that script, but e-mails doesnt come to my inbox(can i even use the web based mails like yahoo or gmail?) and i dont know how to make auto-replay function, actually this thing is not that important. Edit/Delete Message
×
×
  • Create New...