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
Topic
vogo
Novice
Switzerland
12 Posts
Posted - 06 Dec 2010 : 17:11:40
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
Do what you want; note that the next time you'll generate the page your changes will be lost.
Regards, Davide
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Forum & Site (Forum e Sito)
Hexagora.com Home Page...
Forum Rules - Le Regole del Forum
Advice, idea and suggestions
Information (or Problems) about Forum and Site
OT (OffTopic, Vario)
Purchase Orders and Activation Issues
Purchase Orders and Activation Issues
Dynamic HTML Editor
Share self-made extensions with other users
Purchase Orders and Activation Issues
News and Announcements
Mobile Development
Dynamic HTML Editor Site
Dynamic HTML Editor
Share templates with other users
Web sites built with Dynamic HTML Editor
Info & Tips for the WEB
Other hexagora products
Purchase Orders and Activation Issues
Programs (Programmi)
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
Hexagora Forum
© s.dav
Snitz Forums 2000