What am I doing wrong here .. must be something I've screwed up in the signature.php path to images .. both images are chmod 777
//full path to empty signature image (input image)
$vorlagedatei = "/usr/home/thetechg/public_html/
/retreat/sig/sig.jpg";
//full path to signare image with forum data (output image)
$ausgabedatei = "/usr/home/thetechg/public_html/retreat/sig/signature.jpg";
|