a unique name
> chmod("../spool/jp$myTime.png", 0666); //leading 0, then the code for the
> mode you want
> ImageDestroy($im);
>
> print " GALLERYIMG=\"NO\" height=\"500\">";
>
> I hope this helps!
>
> -Natalie
>
> -Orig
"); //this creates a unique name
chmod("../spool/jp$myTime.png", 0666); //leading 0, then the code for the
mode you want
ImageDestroy($im);
print "";
I hope this helps!
-Natalie
-Original Message-
From: Gerard Samuel [mailto:[EMAIL PROTECTED]]
Sent: Friday, May
You need to put the ob_start() call at the very beginning of your script,
not inside that function. You have to turn output buffering on before ANY
output is generated, if you want to be able to send headers later on.
miguel
On Fri, 24 May 2002, Gerard Samuel wrote:
> Im trying to use dynamic
Thanks! I didn't know it was that helpful :-) It's in there now.
-Natalie
-Original Message-
From: Boaz Yahav [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 3:58 PM
To: Leotta, Natalie (NCI/IMS)
Subject: RE: [PHP] image_create(), header.
This looks like a gre
ique name
chmod("../spool/jp$myTime.png", 0666); //leading 0, then the code for the
mode you want
ImageDestroy($im);
print "";
I hope this helps!
-Natalie
-Original Message-
From: Gerard Samuel [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 2:37 PM
To: PHP
Su
Im trying to use dynamic buttons, and Im trying to figure out how to get
around the header call.
I figure use output buffering, but so far Ive only come up with errors.
Anyone see a better way or any errors in my code.
Thanks
nb: Uncomment the echo() statement to get the error.
6 matches
Mail list logo