Re: [PHP] GD Library and outputing image

2007-06-15 Thread tedd
At 9:17 PM +0100 6/13/07, Ross wrote: Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Ross: That's not a problem. See this:

[PHP] GD Library and outputing image

2007-06-13 Thread Ross
Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? I take it I can do something like this img scr=get_image.php?url=$img_url/a. Anyone got a better

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Daniel Brown
On 6/13/07, Ross [EMAIL PROTECTED] wrote: Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? I take it I can do something like this img

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Stephen
Ross [EMAIL PROTECTED] wrote:Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Save the image as file, first. The href src= etc

Re: [PHP] GD Library and outputing image

2007-06-13 Thread Daniel Brown
On 6/13/07, Stephen [EMAIL PROTECTED] wrote: Ross [EMAIL PROTECTED] wrote:Never really used the GD much before very straightforward but how do I output the image on a page. This is fine on a php page on its own but what about one where the headers are already sent? Save the image as