This page is where you input Bowling Alley specific data that is shown on the individual page. Here’s how to do it. Go to the Locator and select your State, City, and Bowling Alley (This process will eventually be automated). Click on the Lane button and the Lane ID will pop up. Fill in the rest of the information as needed. The Open-Close time pull downs are easily set using the tab and arrow keys as well as mouse selection. When you are finished, hit the Submit button.
Lane ID:>

Number of Lanes: —Type: —Scoring Equipment:

Website: http://—ProShop:—Newspaper(s):
MondayTuesdayWednesdayThursdayFridaySaturdaySunday
Open
Close








Pricing & Specials



“;
echo “
Bowling Alley ID
“;
echo $_POST[‘place’];
echo “
Here’s the submit
“;
print_r ($_POST);
echo “
Website
“;
echo $_POST[‘website’];
echo “
the number of lanes
“;
echo $_POST[‘lanes’];
echo $_POST[‘nwspaper’];
?>

Here’s the start-monday
“;
echo $_POST[‘monopen’];
echo “
Monday close
“;
echo $_POST[‘monclose’];
echo “
Tuesday open
“;
echo $_POST[‘tueopen’];
echo “
Tuesday close
“;
echo $_POST[‘tueclose’];
echo “
Wednesday open
“;
echo $_POST[‘wedopen’];
echo “
Wednesday close
“;
echo $_POST[‘wedclose’];
echo “
Thursday open
“;
echo $_POST[‘thuropen’];
echo “
Thursday close
“;
echo $_POST[‘thurclose’];
echo “
Friday open
“;
echo $_POST[‘friopen’];
echo “
Friday close
“;
echo $_POST[‘friclose’];
echo “
Saturday open
“;
echo $_POST[satopen];
echo “
Saturday close
“;
echo $_POST[satclose];
echo “
Sunday open
“;
echo $_POST[sunopen];
echo “
Sunday close
“;
echo $_POST[sunclose];
?>

Leave a Reply

Your email address will not be published. Required fields are marked *