i'm trying to get an image to appear, so i did:
header("Content-type: image/jpg");
imagejpeg($image);
I get the following error: Warning: Cannot modify header information - headers already sent by (output started at C:\Documents and Settings\Owner\Desktop\PHP Files, etc\-:13) in C:\Documents and Settings\Owner\Desktop\PHP Files, etc\- on line 24
thanks for any help. BTW, i solved my GD library problem.
header("Content-type: image/jpg");
imagejpeg($image);
I get the following error: Warning: Cannot modify header information - headers already sent by (output started at C:\Documents and Settings\Owner\Desktop\PHP Files, etc\-:13) in C:\Documents and Settings\Owner\Desktop\PHP Files, etc\- on line 24
thanks for any help. BTW, i solved my GD library problem.