On the Air in Kentuckiana
Welcome

Welcome to the Amateur Radio Kentuckiana ham radio resource website.


Feel free to look around and find information including local Ham nets, repeater information, club info, license information, local Ham events and more.


73,

Louisville Ham Radio

Thanks for Contacting Us

Submission Error!

There was an error with your form. There were blank fields in the form. All fields are required for submission.

Please use your browser’s back button to return to the contact form and try again.

“); }

else if($_POST[email1] != $_POST[email2]) {
die (“Submission Error!

There was an error with your form. The email addresses you entered did not match.

Please use your browser’s back button to return to the contact form and try again.

“); }

else if(!ereg(“^[^@]+@([a-zA-Z0-9-]+.)+[a-z]{2,4}$”, $_POST[email1])) {
die (“Submission Error!

There was an error with your form. The email address you entered does not appear to be valid.

Please use your browser’s back button to return to the contact form and try again.

“); }

else if (!$resp->is_valid) {
die (“Submission Error!

There was an error with your form. You did not enter the CAPTCHA correctly.

Please use your browser’s back button to return to the contact form and try again.

“); }

else {
$body = “The following was submitted via the website contact form:nn”;
foreach($_POST as $field => $value){
$body .= sprintf(“%s = %snn”, $field, $value);}
mail(“hamradio@louiebiz.com”, “Lou Ham Radio Web Contact”, $body);

echo(”
Submission Successful!

Thank you for taking the time to contact the Louisville Ham Radio resource website admins.

Your message was sucessfully sent. We will take a look at your message and contact you as soon as possible.

“);

}
?>