|
Posted by Andy Jeffries on 05/19/06 00:01
On Thu, 18 May 2006 13:36:43 -0700, lawrence k wrote:
> I'm looking at this page:
>
> http://us2.php.net/manual/en/function.imagecopyresampled.php
>
> To serve an image in the middle of the page like that, do I have to turn
> it into a physical file and serve it in an IMG tag?
You have to serve it in an IMG tag, but you can use a PHP script as the
source (src) for that tag and have that PHP script output the image
dynamically (i.e. you don't have to save it as a file first).
Cheers,
Andy
--
Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
Navigation:
[Reply to this message]
|