+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: PHP Contact form with Captcha

  1. #11
    Join Date
    Jul 2006
    Location
    Netherlands
    Posts
    2

    Default Thnx!

    This looks good.. thnx..

  2. #12
    Join Date
    Aug 2006
    Posts
    2

    Default Captcha image doesn't show up on Firefox

    The Captcha image shows up file on Internet Explorer but does not on Firefox. On Firefox only the ALT text is visible. Any clue why?

  3. #13
    Join Date
    Sep 2006
    Posts
    2

    Exclamation Help!!!

    I allways have the same problem,

    You need to set a valid email address that you want messages sent to in the first couple of lines of file contact.php


    I put my email address after $email_to in 8 and 34 line od code but still not working.

    I have GD instaled ( saw in phpinfo.php)

    Please help?

  4. #14

    Default

    Hi there,

    You'll also want to make sure that the $email_to value is a valid email address which is allowed to send email from your webserver.

    If you have a shared hosting account with Webhosting.net, it means that the $email_to value must be a valid mailbox under your hosting account.

    Hope this helps,
    Leonard
    --

  5. #15
    Join Date
    Dec 2006
    Posts
    1

    Default Question

    If I get this error
    Warning: main(ocr_captcha.class.php): failed to open stream: No such file or directory in /home/stwenor/public_html/datatest/contact.php on line 50

    Fatal error: main(): Failed opening required 'ocr_captcha.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/stwenor/public_html/datatest/contact.php on line 50

    What is the main cause





    Quote Originally Posted by leonard View Post
    Hi there,

    You'll also want to make sure that the $email_to value is a valid email address which is allowed to send email from your webserver.

    If you have a shared hosting account with Webhosting.net, it means that the $email_to value must be a valid mailbox under your hosting account.

    Hope this helps,
    Leonard
    --

  6. #16
    Join Date
    Jan 2007
    Posts
    1

    Default Error on execution

    Hi Leonard,

    I'm encountering this error when I test the script and I have no idea on what I need to change.

    Warning: main(./ocr_captcha.class.php) [function.main]: failed to open stream: No such file or directory in /home/pinoyit/public_html/contactsample/contact.php on line 50

    Fatal error: main() [function.require]: Failed opening required './ocr_captcha.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pinoyit/public_html/contactsample/contact.php on line 50


    I hope you can help me.

    Thanks

    Gene

  7. #17
    Join Date
    Aug 2005
    Posts
    39

    Default

    Hi Gene,

    It looks like a spelling error in the filename.

    I'll let Leonard know.

+ Reply to Thread

Similar Threads

  1. Announce: PHP Windows with mailheader patch updated
    By leonard in forum Downloads / Release Notes
    Replies: 1
    Last Post: November 3rd, 2006, 04:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts