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 -> www.gr

RE: [PHP] Image verification problem..

2003-07-07 Thread Miranda, Joel Louie M
o!! Php the best! -- Thank you, Louie -Original 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

RE: [PHP] Image verification problem..

2003-07-07 Thread Miranda, Joel Louie M
Original 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

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(&quo

RE: [PHP] Image verification problem..

2003-07-07 Thread Miranda, Joel Louie M
you, Louie -Original Message- 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

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

RE: [PHP] Image verification problem..

2003-07-07 Thread Ralph
You should register session for 'new_string' after assigning a value to it. So try placing session_start(); session_register('new_string'); after the rest of your first.php code. That should work. -Original Message- From: Miranda, Joel Louie M [mailto:[EMAIL PROTECTED] Sent: Monday,