Hello all, I'm trying to create a routing number function in PHP using GD Library for a registration form, problem is the server gives me errors. I do have GD Library installed, I even tested to see if it reeally is installed with phpinfo but i still dont know what is the problem. Here is the code to it: function imageNumberVer(){ $randomNumberVerification=imagecreate(310,500); $imagestring=imagecreatefromstring(310,500); $verificationImage=""; if($imagestring==$verificationImage){ $verificationImage=TRUE; } else{ echo "Verification number error"; } PHP: if this information is not enough i can provide the entire document.