session_start();
function random_string($length) {
$pw = "";
$str = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
srand((double)microtime()*1000000);
for ($i=0; $i<$length; $i++) {
$num = rand(0, strlen($str)-1);
$pw .= $str{$num};
}
return $pw;
}
$_SESSION['img_code'] = random_string(5);
?>
Give Us a Shout
We want to hear from you.
Please call 888-612-9883 or contact us if you:
- Want to schedule a test ride
- Have questions, comments, or service issues
- Want to inquire about setting up a dealership
|
|
