Ask a Question related to Dreamweaver AppDev, Design and Development.
-
I Need Help! #1
nX-Mailer form will not work on Windows server
I am using a PHP script to process my HTML form but on Windows it does not work. What
should I be asking my host to install on the server?
This is the script which works great on my Linux server:
<?
/*
Author = Cyber-dog (Resource-reactor)
Website = [url]www.resource-reactor.com[/url]
Release Date = 09 January, 2004
Version = 1.3
*/
$to = "me@mydomain.com"; // E-mail address to send mail to.
$subject = "whateva u like!"; //Subject of the e-mail
$message = "
"; // Message shown at other end (the e-mail).
mail($to, $subject, stripslashes($message), "From: $name <$email>\nX-Mailer: PHP/" .
phpversion());
header( "location: https://www.mydomain.con/redirectpage.htm"); //url to re-direct to
after mail has been succesfully sent.
?>
Thanks
I Need Help! Guest
-
form mailer
I need some help. I created a form using dreamweaver (heres the link to the site and form http://www.brentwoodlivery.ca/evaluation ) Basically when... -
Pages work on Windows XP but not Windows Server 2003?
Hey all, I have an editable datagrid with custom paging set up. I have my work server which uses sql server 2k and windows server 2003. My pages... -
form mailer in Pub.2000
Is there a way to recieve the info from the form mailer to not appear as random lines of info? But rather the name/address/etc together and the... -
sending attachments with form mailer
I am using form mail to get information from forms on my web site and need to include the option for users to add files. Does anyone know of a good... -
Script Request - form mailer with ID Number
Hi all I am looking for a basic form mailer script that can assign a unique sequential number to each request, if anyone knows of one please let... -
gareth #2
Re: nX-Mailer form will not work on Windows server
I would ask your host what they need. It really depends on how the server is
set up, and they may have steps in place to stop spam sending which can
affect the code. You may need to add a line in such as:
ini_set("sendmail_from", [email]email@yourdomain.com[/email]);
Would be best to go straight to your host to ask what they need.
--
Gareth - TMM Dreamweaver
[url]http://www.dreamweavermxsupport.com/[/url]
[url]http://www.garethdp.com/[/url]
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
[url]http://www.phploginsuite.co.uk/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
Co-Author: Practical Intranet Development - Apress
Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
Co-Author: Dreamweaver MX: PHP Web Development - Wrox
gareth Guest
-
I Need Help! #3
Re: nX-Mailer form will not work on Windows server
I already had and they said to us cdo message however I already have many forms in PHP. As
I do not know who the from is, I cannot do as suggested.
"gareth" <gareth@buzzinet.co.uk> wrote in message
news:cvaq30$t2l$1@forums.macromedia.com...
I would ask your host what they need. It really depends on how the server is
set up, and they may have steps in place to stop spam sending which can
affect the code. You may need to add a line in such as:
ini_set("sendmail_from", [email]email@yourdomain.com[/email]);
Would be best to go straight to your host to ask what they need.
--
Gareth - TMM Dreamweaver
[url]http://www.dreamweavermxsupport.com/[/url]
[url]http://www.garethdp.com/[/url]
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
[url]http://www.phploginsuite.co.uk/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
Co-Author: Practical Intranet Development - Apress
Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
Co-Author: Dreamweaver MX: PHP Web Development - Wrox
I Need Help! Guest



Reply With Quote

