|
||||||||||||||
|
||||||||||||||
| Comments |
| angie posted on May 8, 2007, 12:12 pm |
| Hi I have used your scripot and all is working well, however is there a way to make the email address show in the from feild of the incoming email? at the moment i have to copy and past efrom the email feild of the form, would be great if i could just hit reply? Thanks ------------------- Veselin: this depends on your server configuration. However this <a href='http://www.phpjabbers.com/make-contact-form-and-send-email-in-php-php21.html'>contact form example</a> is done to send emails having the FROM field set to senders email this part here $mailheader = "From: ".$_POST["email"]."rn"; $mailheader .= "Reply-To: ".$_POST["email"]."rn"; |
| Milan posted on May 7, 2007, 2:43 am |
| Hi there; what is the feee for a code verification PHP script to be embeded in to our form? Yhank you; Milan (310)8092237 |
| jerry posted on April 26, 2007, 8:40 pm |
| Our form at bulkconveyors.com/ordernew.htm uses your capture script. The random number generator works but I can use any number in the blank box and the email is delivered. Can you suggesty a fix ??? ----------------------- Veselin: did you include the if() check in your submitting script |
| Prateek posted on April 24, 2007, 12:26 am |
| Hello Can i integrate your captcha script on our contact us form. We\'re using Autoresponder programs to collect all the field datas to our autoresponder list. please check the form here http://www.bigfootsafari.com/contact/ |
| Omar posted on April 23, 2007, 5:02 pm |
| Hello I like image verification; I use it for downloading my files in my website. But there is a problem, when I open download page over one window, one page (last one) will accept the code but the rest won't because $_SESSION["vercode"] changes everytime I load download page. Also this problem exists in this current page; try to open it in many windows. How can I solve it? Thanks --------------------- Veselin: you can add an if() check if the verification code has already been generated so it does not generate it twice |
| John Robinson posted on April 21, 2007, 5:00 pm |
| Hello, I would like to change the background colour to an image file, is this possible ? ------------------- Veselin: yes, you can do that by using imagecreatefromjpeg() http://uk2.php.net/manual/en/function.imagecreatefromjpeg.php |
| jerry jennings posted on April 9, 2007, 4:33 am |
| What is your fee to help us get the captcha script runing ? ----------------------- Veselin Stoilov: usually $20 but it depends on your form |
| Jerry Jennings posted on April 8, 2007, 6:54 pm |
| We posted the captcha script on URL http://*******.com/ordernew.htm We added captcha.php and submit.php to the root directory The black random numbers do not appear. We only get a box with an X in it. Can you help ??? ----------------------- Veselin: your PHP seems to not support the GD image library. |
| Ajay Bhargav posted on April 7, 2007, 12:53 am |
| Thank you so much! great code :) helped a lot.. its there on almost all the form pages :) |
| Jerry Widawsky posted on April 6, 2007, 8:35 pm |
| We entered the for in creativemarketing.com/indextest.html and captcha.php and submit.php the number generator doesn't seem to work Can you please help -------------------- Veselin: this is wrong creativemarketing.com/captcha.php you need to save as php file and have only the php code in there. |