Create Nautical Signal Flag Gifts Now!

Nautical flag monogram gifts for your favorite boaters and nautical enthusiasts are as easy as a few clicks. Preview with your favorite maritime flag and any name (for products personalized with both name and flag) by entering a name and picking any flag. Then scroll down to the bottom of the page and click the Create My Personalized Gifts button. That’s it! Let’s get started, shall we?
[insert_php]$error = false;
if (isset($_GET[‘submit’])) {
if (empty($_GET[‘onename’]) || !isset($_GET[‘flaginitial’])) {
$error = ‘Ooops! Try that again. Please type a name AND select an initial.’;
}
else
{
include ‘create-nautical-flag-gifts.php’;
}
}
[/insert_php]
echo “
$error
“;
}
[/insert_php]






