simonecatalano Posted February 18, 2014 Report Share Posted February 18, 2014 Hello, I have an question, so how insert in this photo example <name of pilot> < ID PILOT > < HOUR> Image http://prntscr.com/2tpj2m THANKS :* Quote Link to comment Share on other sites More sharing options...
mariorgrossi Posted April 19, 2014 Report Share Posted April 19, 2014 Hello! search it in pilotdata.class.php imagepng($img, SITE_ROOT.SIGNATURE_PATH.'/'.$pilotcode.'.png', 1); Paste this before if(file_exists(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png')){ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png'); }else{ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/images/noavatar.png'); } imagecopymerge($img, $im6, 311, 4, 0, 0, 80, 80, 100); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.