Subscribe to the Right Side Newsletter
Sign up for the Right Side Capital Corp. newsletter to receive updates on getting financed, business management suggestions, and other useful information.
getSubscribers(urlencode($_POST['src_mail']));
if (empty($contact['items']) || empty($_POST['src_mail'])) {
//$message = 'Searched contact does not exist in our database. You may want to
Add it.';
header('Location: index.php?email='.urlencode($_POST['src_mail']));
}
else {
header('Location: edit_contact.php?email='.urlencode($_POST['src_mail']));
}
}
?>