|
11-27-2007, 07:54 AM | #1 |
Green Mole
Join Date: Nov 2007
Posts: 1
|
Captcha
hey there, having some issues with this captcha image that im dropping on a form. Not getting any errors its just not checking the captcha field when submitted. Below is a snippet. Any in sight into this would be great, im pretty new to PHP so anything helps.
Thanks <?php session_start(); if( isset($_POST['submit'])) { if(($_SESSION['security_code'] == $_POST['security_code']) && (!empty($_SESSION['security_code'])) ) { echo 'Thank you.'.$_POST['message'].'"'; unset($_SESSION['security_code']); } else { echo 'Sorry, you have provided an invalid security code'.$_POST['message'].'""'; } } else {} ?> |
12-04-2007, 12:49 AM | #2 |
Green Mole
Join Date: Nov 2007
Posts: 3
|
Is the captcha image displayed properly?
__________________
http://www.iNfrenion.com - Get .. Set .. Go .. Hosting.! Shared, Reseller, Dedicated Hosting, FFMPEG, YouTube Hosting, PHPmotion Hosting, Dolphin Special Promo Offer FFMPEG HOSTING start your youtube like Video Sharing Site: http://www.iNFRENION.com/ffmpeg.html |