Re: [PHP] Image verification problem..

2003-07-09 Thread Jason Wong
On Tuesday 08 July 2003 11:05, Miranda, Joel Louie M wrote: I just wonder, how do you make it fuzzy? I mean the image? On my book, its all plain but how about making it fuzzy? Just put some pixels in random positions/colours all over your image. -- Jason Wong - Gremlins Associates -

[PHP] Image verification problem..

2003-07-07 Thread Miranda, Joel Louie M
Im trying the image verification thing I think everything goes well for the generation of the image but when it comes to verifying the text when I typed in any text it just generates and process the form, but when I leave it blank it says the error. I think the session variables for $new_string is

RE: [PHP] Image verification problem..

2003-07-07 Thread Ralph
, July 07, 2003 6:45 PM To: '[EMAIL PROTECTED]' Subject: [PHP] Image verification problem.. Im trying the image verification thing I think everything goes well for the generation of the image but when it comes to verifying the text when I typed in any text it just generates and process the form

RE: [PHP] Image verification problem..

2003-07-07 Thread Ralph Guzman
-Original Message- From: Ralph [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 7:02 PM To: 'Miranda, Joel Louie M'; [EMAIL PROTECTED] Subject: RE: [PHP] Image verification problem.. You should register session for 'new_string' after assigning a value to it. So try placing

RE: [PHP] Image verification problem..

2003-07-07 Thread Miranda, Joel Louie M
- From: Ralph [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 10:02 AM To: Miranda, Joel Louie M; [EMAIL PROTECTED] Subject: RE: [PHP] Image verification problem.. You should register session for 'new_string' after assigning a value to it. So try placing session_start(); session_register

RE: [PHP] Image verification problem..

2003-07-07 Thread Miranda, Joel Louie M
Louie M Sent: Tuesday, July 08, 2003 10:20 AM To: 'Ralph'; '[EMAIL PROTECTED]' Subject: RE: [PHP] Image verification problem.. Ralph, That's what I did on first.php code I wonder why. -- first.php -- session_start(); session_register('new_string'); Header(Content-Type: image/png); $new_string

RE: [PHP] Image verification problem..

2003-07-07 Thread Miranda, Joel Louie M
- From: Miranda, Joel Louie M Sent: Tuesday, July 08, 2003 10:31 AM To: Miranda, Joel Louie M; 'Ralph'; '[EMAIL PROTECTED]' Subject: RE: [PHP] Image verification problem.. Well, does post has anything to do with this? I have this code running on a post and I just hide it as a variable and pass it over

RE: [PHP] Image verification problem..

2003-07-07 Thread Miranda, Joel Louie M
Message- From: Miranda, Joel Louie M Sent: Tuesday, July 08, 2003 10:31 AM To: Miranda, Joel Louie M; 'Ralph'; '[EMAIL PROTECTED]' Subject: RE: [PHP] Image verification problem.. Well, does post has anything to do with this? I have this code running on a post and I just hide it as a variable