Search found 19 matches

by tomE
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?
by tomE
Sat Jul 23, 2005 12:20 pm
Forum: PHP - Code
Topic: SMTP and headers
Replies: 7
Views: 652

i don't think i have one running no. How can you tell if i have one or not? Are there any security measures i should be taking to stop this illicit viewing of my OS?
by tomE
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 &...
by tomE
Thu Jul 21, 2005 11:32 am
Forum: PHP - Code
Topic: header trouble
Replies: 9
Views: 870

Man you are a genius and i am a fool, with few spare dollars. How do i donate?
by tomE
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 ...
by tomE
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 &lt;? $name=$_POST&#1111;'name']; $email=$_POST&#1111;'email']; $comments=$_POST&#1111;'comments']; $to=&quote;me@me.co.uk&quote;; $message=&quote;$name just filled in your comments form. They said:\n$comments\n\nTheir e-mail address was: ...
by tomE
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 ...
by tomE
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 ...
by tomE
Wed Jul 20, 2005 7:26 pm
Forum: PHP - Code
Topic: email form problem
Replies: 4
Views: 529

sorry that was a typo its not actually in my script. so to clarify. please ignore the stupid mistake
by tomE
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. &lt;? $name=$_POST&#1111;'name']; $email=$_POST&#1111;'email']; $comments=$_POST&#1111;'comments']; $itemnumber=$_POST&#1111;&#1111;'itemnumber']; $to=&quote;me@me.com&quote;; $message=&a...
by tomE
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 ...
by tomE
Tue Jul 19, 2005 9:48 am
Forum: PHP - Code
Topic: PHP email form testing
Replies: 10
Views: 1065

I don't know but i thought there would be an easier way than this to setup IIS to test my email form submission scripts.

Has anyone set up a system similar to this? If so what/how did you do (with)?

Thanks for the help guys
by tomE
Tue Jul 19, 2005 8:18 am
Forum: PHP - Code
Topic: PHP email form testing
Replies: 10
Views: 1065

Xampp is an apache package, i need to use the windows IIS server.

How do i setup an external smtp server? Would that leave me vulnerable to attack? This application is for local testing only.
by tomE
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...
by tomE
Thu Jul 14, 2005 6:19 am
Forum: Installation and Configuration
Topic: PHP and IIS
Replies: 8
Views: 4094

Its ok i got it workin now, cheers guys