Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MoonCoffee

    Added new form input data but not received in email. how to solve ?

    figured out the solution :- $email_subject = "From : ".$_POST['company'][highlight #FCE94F]." "[/highlight].$_POST['phone'][highlight #FCE94F]." "[/highlight].$_POST['industry'];
  2. MoonCoffee

    Added new form input data but not received in email. how to solve ?

    Hi Feherke above code tested still listed required fields only. not working. [highlight #FCE94F]anyway to list ".$_POST['company'] before the looping end ?[/highlight] or how to add spacing in between [highlight #EDD400]$email_subject = "From ...
  3. MoonCoffee

    Added new form input data but not received in email. how to solve ?

    tq for ur reply. company defined in form and added in php like ur way but not working, not display in email body. from above php i received email as below: new message: name: Moon email: moooon@gmail.com message: please quote how can i get company display after or before message like : new...
  4. MoonCoffee

    Added new form input data but not received in email. how to solve ?

    Hi, I'm having problem added new input data in html entry form but was not received in email, what is going wrong? Created another input "Company" (no validation needed) in form entry. Please show me how to edit from original contact.php in order to receive the company input data from email...

Part and Inventory Search

Back
Top