session_start(); $SecCode = md5(rand(0,9999)); $SecCode = strtolower($SecCode); $_SESSION['ContactUsSecureImage'] = substr($SecCode,0,4); ?>