Jump to content

ariamehr14038

New Members
  • Posts

    2
  • Joined

  • Last visited

ariamehr14038's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, No way, can't change the scripts, just going to get it fixed, can assign an array to the headers to achieve this? If so, how to do? Please help
  2. Hello experts, I use this code to send email to myself, as you can see I use header parameter to specify "From: " header: @mail("[email protected]", $_POST['Subject'], $Message . $_POST['Update'], "From: [email protected]"); It works, but the email I get contains this in the headers: X-PHP-Script: www.domain.com/update.php for 93.37.38.39 X-PHP-Originating-Script: 2989:update.php From: [email protected] To remove the above 2 X-PHP headers, someone told me to use: "X-PHP-Script: " To replace the X-PHP headers with null. However, no idea how to use both "From:" headers and "X-PHP" header together. Anyone can help please? :)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.