Client requirements for processing PHP Forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nyris
    New Member
    • Nov 2008
    • 22

    Client requirements for processing PHP Forms

    I'm back! x.x..... Anyways.. Is there something that a user needs to have on their PC for a PHP form to process? All of a sudden my fellow co-workers try to use the form on our website and it "hangs" saying that it's waiting for the website. If it does work the email doesn't send. It only works from my PC correctly.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Originally posted by Nyris
    I'm back! x.x..... Anyways.. Is there something that a user needs to have on their PC for a PHP form to process? All of a sudden my fellow co-workers try to use the form on our website and it "hangs" saying that it's waiting for the website. If it does work the email doesn't send. It only works from my PC correctly.
    All they need is a web browser (and they could do it without even that...)

    As long as they have access to your server, then they can access the PHP webpages.

    Comment

    • Nyris
      New Member
      • Nov 2008
      • 22

      #3
      They can access the site no problem. It's when they hit the send button and it's suppose to generate an email and send it to a particular person. Sometimes they go through sometimes they don't. On my PC it always works but on others it's up in the air.

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by Nyris
        They can access the site no problem. It's when they hit the send button and it's suppose to generate an email and send it to a particular person. Sometimes they go through sometimes they don't. On my PC it always works but on others it's up in the air.
        Must be a problem with your server then, I'm afraid.

        Comment

        • Nyris
          New Member
          • Nov 2008
          • 22

          #5
          Our server or the web-hosting server?

          Comment

          • hoopy
            New Member
            • Feb 2009
            • 88

            #6
            If your using an external mail server to send the form data then it could be a intermittent problem there although you may just be using mail() command. How are you sending the mail?

            Comment

            • Nyris
              New Member
              • Nov 2008
              • 22

              #7
              I'm using the mail() function.

              Comment

              Working...