Testimonials
Argus Computer Services is dedicated to quality work and customer satisfation. To share your experience at Argus, please click "Post an entry" and let us know how we're doing!
		// Generate verification code
		srand((double)microtime()*1000000); 
		$ddgbcode = substr(strtoupper(md5(rand(0, 999999999))), 2, 5); 
		$ddgbcode = str_replace("O", "A", $ddgbcode);
		$ddgbcode = str_replace("0", "B", $ddgbcode);
		$_SESSION["ddgbcode"] = $ddgbcode;
?>