RE: My own "captcha" from 2 years ago......

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 blocking the rest of my output....

There is no such thing as "inline" image, so just forget that.

Yes, you just use a SRC in an IMG tag to point to a PHP script.

That PHP script can just use session_start() and get the secret key.


Yep, that's the way to do it.

Create a key at the start, place it in a session, call your Captcha image maker via src, and display the image.

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux