Case respects your privacy. Any information you provide will not be shared with any other party, and will be used for internal research purposes only.
$usr = "root"; $pwd = "Uq3mk6P"; $db = "Warranty"; $host = "localhost"; # connect to database $cid = mysql_connect($host,$usr,$pwd); mysql_select_db($db); if (mysql_error()) { print "Database ERROR: " . mysql_error(); } ?>
Case respects your privacy. Any information you provide will not be shared with any other party, and will be used for internal research purposes only.