Track Out, Inc. and www.trackoutnc.com assist camp owners with the advertising of the track out and summer camps being offered thereby increasing their camp’s exposure and awareness to consumers. Since most parents chose tend to choose camps for their kids via word-of mouth referrals, this site also allows parents to rate your camp with a satisfaction rating so that other parents may benefit from the knowledge and experience gained from those who have already attended your camp.
We will use additional media for advertising and outreach
as the business grows. These media include but are
not limited to: newspapers, parent magazines, schools and
PTA’s, local periodicals, churches, and other venues.
Additionally Track Out, Inc. can assist you with administration
of the track out camps, including enrollment, and registration
coordination.
If you are interested in any of the services
Track Out, Inc. may be able to provide or would like to
advertise your track out camps here, please contact us at
info@trackoutnc.com
Search Camp Listings:
//This is only displayed if they have submitted the form
if ($searching =="yes")
{
//If they did not enter a search term we give them an error
if ($find == "")
{
echo "You forgot to enter a search term";
exit;
}
// Otherwise we connect to our Database
require("inc/connect.php");
// We preform a bit of filtering
$find = strtoupper($find);
$find = strip_tags($find);
$find = trim ($find);
$find = mysql_real_escape_string($find);
$field = mysql_real_escape_string($field);
//Now we search for our search term, in the field the user specified
$data = mysql_query("SELECT * FROM campdb WHERE upper($field) LIKE'%$find%'");
//And we display the results
while($result = @mysql_fetch_array( $data ))
{
echo $result['cmp_name'];
echo " ";
echo " ";
echo $result['url'];
echo " ";
echo $result['address1']; echo ", "; echo $result['city']; echo " ";echo $result['zip'];
echo " ";
echo $result['phone'];
echo " ";
echo $result['calendar'];
echo " ";
echo $result['age_desc'];
echo " ";
echo $result['price_desc'];
echo " ";
echo $result['cmp_information'];
echo " ";
echo " ";
echo " ";
}
//This counts the number or results - and if there wasn't any it gives them a little message explaining that
$anymatches=@mysql_num_rows($data);
if ($anymatches == 0)
{
echo "Sorry, but we can not find an entry to match your query
";
}
//And we remind them what they searched for
echo "Searched For: " .$find;
}
?>
Parents: This feature
only shows a listing of camps who have registered with us.
To find camp availability for a specific track out week
or date, please use our database search engine on the Camp
Search tab. Not all camps you see listed here have subscribed
to our smart search engine.
Camps: Add your camp
to our camp listing here, free! NOTE: Adding
your camp here will allow you to list your camp only - parents
will not be able to search for your camp by date or track.
To do so, contact us at info@trackoutnc.com.
Click
here to submit your camp information
|