Re: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Tijnema !
PM To: Jake McHenry; 'tedd'; php-general@lists.php.net Subject: RE: [PHP] My own captcha from 2 years ago.. At 10:49 AM -0400 3/25/07, Jake McHenry wrote: Do I call the image creation file in an html img tag? I've tried a bunch of things, and this is the only way I've been able to display

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread tedd
At 10:02 PM -0400 3/25/07, Jake McHenry wrote: Like I said... Even if they have sound turned on.. Which all my sets do... Most of them don't have speakers... That was put into effect over a year ago due to some people listening to those damn screaming prank things at full volume... Anyways... I

Re: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Jochem Maas
Jake McHenry wrote: Like I said... Even if they have sound turned on.. Which all my sets do... Most of them don't have speakers... That was put into effect over a year ago due to some people listening to those damn screaming prank things at full volume... and didn'tr we all have a fun with

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Jake McHenry
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 8:49 AM To: php-general@lists.php.net Subject: RE: [PHP] My own captcha from 2 years ago.. At 10:02 PM -0400 3/25/07, Jake McHenry wrote: Like I said... Even if they have sound turned

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Brad Fuller
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 8:49 AM To: php-general@lists.php.net Subject: RE: [PHP] My own captcha from 2 years ago.. At 10:02 PM -0400 3/25/07, Jake McHenry wrote: Like I said... Even if they have sound turned

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread tedd
At 10:59 AM -0400 3/26/07, Brad Fuller wrote: echo 'img src=image.php'; This does not run or call image.php. This line of code sends this output to the browser. Brad: Yes, but the browser runs the code by trying to load an image. Check this out:

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Brad Fuller
From: tedd [mailto:[EMAIL PROTECTED] At 10:59 AM -0400 3/26/07, Brad Fuller wrote: echo 'img src=image.php'; This does not run or call image.php. This line of code sends this output to the browser. Brad: Yes, but the browser runs the code by trying to load an image. ... My

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Richard Lynch
On Sun, March 25, 2007 9:49 am, Jake McHenry wrote: Do I call the image creation file in an html img tag? I've tried a bunch of things, and this is the only way I've been able to display the image inline so far, without the image headers blocking the rest of my output There is no such

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Richard Lynch
On Sun, March 25, 2007 9:02 pm, Jake McHenry wrote: In image.php is this: ?php session_start(); ..captcha code.. $_SESSION['code'] = rand(blahblahblah) to get the random code Arooo? Don't randomize the code you're going to put on the image here. Make up a

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Jake McHenry
@lists.php.net Subject: RE: [PHP] My own captcha from 2 years ago.. At 10:59 AM -0400 3/26/07, Brad Fuller wrote: echo 'img src=image.php'; This does not run or call image.php. This line of code sends this output to the browser. Brad: Yes, but the browser runs the code by trying

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread tedd
At 2:56 PM -0500 3/26/07, Richard Lynch wrote: On Sun, March 25, 2007 9:49 am, Jake McHenry wrote: Do I call the image creation file in an html img tag? I've tried a bunch of things, and this is the only way I've been able to display the image inline so far, without the image headers

Re: [PHP] My own captcha from 2 years ago......

2007-03-25 Thread tedd
At 11:28 PM -0400 3/24/07, Jake McHenry wrote: Well, I've been creating my own... Since like two years ago... Lol.. But this is the KNOWN name now. Anyways... How can I get the info from the image creation script back to my main script? Sessions DO NOT WORK! They give me the previous entry

RE: [PHP] My own captcha from 2 years ago......

2007-03-25 Thread Jake McHenry
captcha from 2 years ago.. At 11:28 PM -0400 3/24/07, Jake McHenry wrote: Well, I've been creating my own... Since like two years ago... Lol.. But this is the KNOWN name now. Anyways... How can I get the info from the image creation script back to my main script? Sessions DO

RE: [PHP] My own captcha from 2 years ago......

2007-03-25 Thread tedd
At 10:49 AM -0400 3/25/07, Jake McHenry wrote: Do I call the image creation file in an html img tag? I've tried a bunch of things, and this is the only way I've been able to display the image inline so far, without the image headers blocking the rest of my output I've been reading and

RE: [PHP] My own captcha from 2 years ago......

2007-03-25 Thread Jake McHenry
- From: tedd [mailto:[EMAIL PROTECTED] Sent: Sunday, March 25, 2007 7:54 PM To: Jake McHenry; 'tedd'; php-general@lists.php.net Subject: RE: [PHP] My own captcha from 2 years ago.. At 10:49 AM -0400 3/25/07, Jake McHenry wrote: Do I call the image creation file in an html img tag

[PHP] My own captcha from 2 years ago......

2007-03-24 Thread Jake McHenry
Well, I've been creating my own... Since like two years ago... Lol.. But this is the KNOWN name now. Anyways... How can I get the info from the image creation script back to my main script? Sessions DO NOT WORK! They give me the previous entry instead of the current.. Which obviously won't