phpCopy<?php echo "Out1: ",substr(md5(time()), 0, 16)," "; echo "Out2: ",substr(sha1(time()), 0, 16)," "; echo "Out3: ",md5(time())," "; echo "Out4: ",sha1(time())," "; ?>