Re: [PHP] Captha Image Matching the Session Value.

2009-01-25 Thread Petar Dzhambazov
Hey guys sorry to interrupt but, the problem is rather obvious if you try and put the - which is the captcha image it self - anywhere in the script you are effectively overwriting the session variable - since you are initializing the form file session in the very beginning of the form file, an

Re: [PHP] Captha Image Matching the Session Value.

2009-01-25 Thread Petar Dzhambazov
Hey guys sorry to interrupt but, the problem is rather obvious if you try and put the - which is the captcha image it self - anywhere in the script you are effectively overwriting the session variable - since you are initializing the form file session in the very beginning of the form file, an