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