| Comments |
| nigel123 posted on March 31, 2009, 2:23 pm |
| I'm not seeing the image and when I test the captcha.php file I get this error Parse error: syntax error, unexpected T_VARIABLE in /home/p12asso/public_html/captcha.php on line 8 this is the captcha.php code <?php session_start(); $text = rand(10000,99999); $_SESSION["vercode"] = $text; $height = 25; $width = 65; $image_p = imagecreate($width, $height); $black = imagecolorallocate($image_p, 0, 0, 0); $white = imagecolorallocate($image_p, 255, 255, 255); $font_size = 14; imagestring($image_p, $font_size, 5, 5, $text, $white); imagejpeg($image_p, null, 80); ?> I have verified the GD Library is enabled. Any ideas? Thanks. |
| Clinton posted on March 15, 2009, 6:43 am |
| I am not sure where to input the submit.php call statement on my contactus.html page. I am using the form2mail.php to get the info from my form to email. Where do I input this statement? <form action="submit.php" method="post"> On my contact us page, I see the captcha image which works fine from the captcha.php. Just not sure how to get submit.php to work with the form2mail.php submit. Please help. Thanks Carter |
| Jerry Perrich posted on March 10, 2009, 12:36 pm |
| How much is the small fee? Will eliminate 100% of spam? Thanks |
| Landon posted on February 27, 2009, 7:11 pm |
| A truly great script. I have used a variety of PhP Captcha scripts and this one works well and is easy to implement. Also, the colors are in RGB values and can be modified to match your websites color scheme. Thanks again for the great script! |
| deepshikha posted on February 27, 2009, 12:58 pm |
| the program works bt the image is not getting displayed.the random image is not getting generated how do we include the randomimage generation code for the script to display the image |
| posted on February 23, 2009, 10:09 pm |
| Marcelo posted on February 6, 2009, 12:05 pm |
| I love it. Very simple to use and change. Works great well done. |
| samil posted on February 1, 2009, 1:39 pm |
| thk you very much, its so simple |
| Ben posted on January 25, 2009, 10:57 pm |
| Nice work! This works great! |
| haripal singh posted on January 14, 2009, 8:13 am |
| thx it is good code i have applied on my web pages contact pages |