View Single Post
Old 2005-01-31, 03:19 PM   #11
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
Odd that you're getting an error on that line. Sounds like a missing ;.... but there is no missing ;

You can replace the image part with this instead (if you don't have gd installed)

PHP Code:
header("Content-type: image/gif");
printf ("%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%"71,73,70,56,57,97,1,0,1,0,128,255,0,192,192,192,0,0,0,33,249,4,1,0,0,0,0,44,0,0,0,0,1,0,1,0,0,2,2,68,1,0,59); 
It's a 1x1 transparent gif.
swedguy is offline   Reply With Quote