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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by silverphpt

  1. silverphpt

    Multilanguage in PHP feedback forms

    Thanks, it works.
  2. silverphpt

    Multilanguage in PHP feedback forms

    I setup additional header info in PHP mail() call like: MIME-Version: 1.0\nContent-type: text/html; charset=utf-8 It works, but all 'new line' characters are missing in comming email. How can I fix it? Thanks.
  3. silverphpt

    Multilanguage in PHP feedback forms

    Hi, When I send non-English text in PHP online feedback forms, it comes as garbage in email client. The webpage has 'charset=UTF-8' so it gets & sends right text, the php script use right mail call as here: mail($mailto, $subject, $message, "From: \"$name\&quot...

Part and Inventory Search

Back
Top