Jump to content

linden.940

New Members
  • Posts

    3
  • Joined

  • Last visited

linden.940's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i found out what i did wrong...a noobie mess up i did not put " at the end of {text1} i had {text1}; not {text1}"; <? $nameone = $_REQUEST['nameone']; $phone_no = $_REQUEST['phone_no']; $email = $_REQUEST['email']; $code = $_REQUEST['code']; $text1 = $_REQUEST['text1']; $send_email = "Name {$nameone} Phone number {$phone_no} email {$email} code {$code} text1 {$text1}; mail( 'linden.940@gmail.com', 'Feedback Form Results"', $send_email); ?>
  2. ok i keep on trying to test this but its not working..i tryed alot of things..i am new to php and trying to learn how to use php...can someone plez tell me what i did wrong? The form html side Your Name: Your Phone: Your E-mail: Code: What you think about me: the php side <? $nameone = $_REQUEST['nameone']; $phone_no = $_REQUEST['phone_no']; $email = $_REQUEST['email']; $code = $_REQUEST['code']; $text1 = $_REQUEST['text1']; $send_email = "Name {$nameone} Phone number {$phone_no} email {$email} code {$code} text1 {$text1}; mail( 'linden.940@gmail.com', 'Feedback Form Results"', $send_email); ?>
×
×
  • Create New...