Skip to main content
September 12, 2011
Question

What Internet Browser Settings Must Be Enable or Disabled for a PHP Form Script to Send a Form???

  • September 12, 2011
  • 1 reply
  • 690 views

Helo,

I am running Windows XP Pro.

What Are the Internet Browser Setting that can Stops my form''s data from being received as  emails.

The Form Date is Received into Selected Email Boxes When the Form is Filled Out from Other PCs.

http://www.collegestudentvoice.com/form.php

1. All Emails boxes are set up.

2. Have turned OFF NetworkSolution Firewall.

3. Firefox  http referer is SET to  2.

4. Form generated NO ERRORS  when I fill it out.

cheers,

Dreamweaver101.1

This topic has been closed for replies.

1 reply

Community Expert
September 12, 2011

First the browser has nothing to do with sending PHP emails.

Second are we talking about a testing server (Win XP)?

If so, you will be unable to test mailing unless you have Win XP Pro and install a SMTP server or use the SMTP server of your ISP (many times this is not allowed).

September 12, 2011

ok,

why then when the form is filled out from another pc  its emails  are  received???

Community Expert
September 13, 2011

If that's the case then you need to post the PHP code from your mailer script to be examined.