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

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

 



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.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
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