Hello qt,
Tuesday, March 9, 2004, 9:08:15 PM, you wrote:
q> When I am using following codes, I am gettinh "Cannot modify header
q> information - headers already sent by " error. What should I do?
Don't send any output from your script, anywhere. This includes white
space around the PHP tags or w
Dear Sirs,
When I am using following codes, I am gettinh "Cannot modify header
information - headers already sent by " error. What should I do?
header ("Content-type: image/png");
$im = @imagecreate (50, 100)
or die ("Cannot Initialize new GD image stream");
$background_color = imagecolorallo
2 matches
Mail list logo