I would like my sig to output the browser and OS but I don't understand how to put this code in my sig, it is working but where do I add for instance $endos ? Edit: Btw, for those who might have problems with the signature, a admin of my hosting fixed my .htaccess file for me: #<Files mysig.jpg> #ForceType application/x-httpd-php #</Files> #These lines should have caused the error. AddHandler application/x-httpd-php .jpg Edit2: found out how to add $endos // now i will create a line with font size 8, with no angle, 10 pixels to the right, and 17 pixels down ImageTTFText ($image, 8, 0, 10, 17, $white, $font,"Your IP Address is ".$REMOTE_ADDR. " and you are using ".$endos); I would like to know how I can break lines, like you do with the html tag <br />, but that doesn't work...