Search found 19 matches
- Mon Aug 01, 2005 10:44 am
- Forum: PHP - Code
- Topic: hiding cc addresses
- Replies: 2
- Views: 279
hiding cc addresses
Is it possible to hide the email address fields within a carbon copied email, so that the recipient can't tell that the email has been forwarded and as such is a cc?
- Sat Jul 23, 2005 12:20 pm
- Forum: PHP - Code
- Topic: SMTP and headers
- Replies: 7
- Views: 652
- Sat Jul 23, 2005 12:13 pm
- Forum: PHP - Code
- Topic: SMTP and headers
- Replies: 7
- Views: 652
SMTP and headers
I simply don't understand what this means can anyone explain? I am trying to test an email script locally with the form submitting to a yahoo email address. does anyone know how to rectify this? There also appears to be a problem with the header, although its nothing i can see. here is the code &...
- Thu Jul 21, 2005 11:32 am
- Forum: PHP - Code
- Topic: header trouble
- Replies: 9
- Views: 870
- Thu Jul 21, 2005 11:18 am
- Forum: PHP - Code
- Topic: header trouble
- Replies: 9
- Views: 870
header trouble
Whats wrong with my header? Here is the code <? $name=$_POST['name']; $email=$_POST['email']; $comments=$_POST['comments']; $to="tommy_gun550@yahoo.co.uk"; $message="$name has just filled in the Candilsel contact form. This is what they had to say: \n$comments\n\nTheir e-mail address ...
- Thu Jul 21, 2005 8:53 am
- Forum: PHP - Code
- Topic: Email form problem
- Replies: 3
- Views: 357
Email form problem
Here is my email submission form <? $name=$_POSTї'name']; $email=$_POSTї'email']; $comments=$_POSTї'comments']; $to="e;me@me.co.uk"e;; $message="e;$name just filled in your comments form. They said:\n$comments\n\nTheir e-mail address was: ...
- Wed Jul 20, 2005 7:34 pm
- Forum: PHP - Code
- Topic: email form problem
- Replies: 4
- Views: 529
man am i on a stupid one today Sorry guys; but it is 1.20am UK. 8O ok so i was reading the wrong script (see above) and after changing it i get Notice: Undefined index: email in c:\inetpub\wwwroot\PHP\candisel.php on line 3 Notice: Undefined index: comments in c:\inetpub\wwwroot\PHP\candisel.php on ...
- Wed Jul 20, 2005 7:31 pm
- Forum: PHP - Code
- Topic: email form problem
- Replies: 4
- Views: 529
man am i on a stupid one today Sorry guys; but it is 1.20am UK. 8O ok so i was reading the wrong script (see above) and after changing it i get Notice: Undefined index: email in c:\inetpub\wwwroot\PHP\candisel.php on line 3 Notice: Undefined index: comments in c:\inetpub\wwwroot\PHP\candisel.php on ...
- Wed Jul 20, 2005 7:26 pm
- Forum: PHP - Code
- Topic: email form problem
- Replies: 4
- Views: 529
- Wed Jul 20, 2005 6:37 pm
- Forum: PHP - Code
- Topic: email form problem
- Replies: 4
- Views: 529
email form problem
Newbie with what is probably a simple mistake. Here is my email submission form. <? $name=$_POSTї'name']; $email=$_POSTї'email']; $comments=$_POSTї'comments']; $itemnumber=$_POSTїї'itemnumber']; $to="e;me@me.com"e;; $message=&a...
- Tue Jul 19, 2005 5:11 pm
- Forum: PHP - Code
- Topic: PHP email form testing
- Replies: 10
- Views: 1065
Its true he does need to keep it on localhost server well spotted d11. If my ISP, which i think it does, allows me to make outgoing SMTP connections how would i set it up? Is is just a case of changing my preferences in IIS or do I have to reconfigure(?) the php.ini file? I just re read my original ...
- Tue Jul 19, 2005 9:48 am
- Forum: PHP - Code
- Topic: PHP email form testing
- Replies: 10
- Views: 1065
- Tue Jul 19, 2005 8:18 am
- Forum: PHP - Code
- Topic: PHP email form testing
- Replies: 10
- Views: 1065
- Tue Jul 19, 2005 7:10 am
- Forum: PHP - Code
- Topic: PHP email form testing
- Replies: 10
- Views: 1065
PHP email form testing
Is it possible to set up some kind of local smtp test server? I have IIS 5.1 and PHP 4.3.4 setup and running fine. I also have made some test scripts of email submission forms with the PHP scripts running locally on my IIS server they work fine but when i test them out there is no email submitted to...
- Thu Jul 14, 2005 6:19 am
- Forum: Installation and Configuration
- Topic: PHP and IIS
- Replies: 8
- Views: 4094