Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 PHP send mail $header
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

vogo
Novice

Switzerland
12 Posts

Posted - 06 Dec 2010 :  17:11:40  Show Profile  Visit vogo's Homepage  Reply with Quote
Can I make anywhere modifications in PHP processor like:
Orginate code:
<?php
function dhwe_sendMailTextForm1()
{
$charset = '';
$header = 'From: DHWE_Processor';
if ($charset!='')
$header = 'MIME-Version: 1.0' . "\r\n" . "Content-type: text/plain; charset=$charset" . "\r\n" . $header;

Modified code:
<?php
function dhwe_sendMailTextForm1()
{
$charset = '';
$header = 'From: '. $_POST["txtEmail"]; //-!DHWE_Processor';
if ($charset!='')
$header = 'MIME-Version: 1.0' . "\r\n" . "Content-type: text/plain; charset=$charset" . "\r\n" . $header;

s.dav
Site Admin

Italy
3364 Posts

Posted - 07 Dec 2010 :  08:57:16  Show Profile  Visit s.dav's Homepage  Reply with Quote
Do what you want; note that the next time you'll generate the page your changes will be lost.

Regards, Davide
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000