Here is the line of code that I need to add the date to:
p><a href="sessionadmin.php">List/Create Sessions</a></p>
// I want to add a date to this "sessionadmin.php" link is pushed. I need to send a start date and end date to the sessionadmin.php script.
// print "<p>Start Date (MM/DD/YY): <input size=8 type=text name=sessionstart_date></p>";
// print "<p>End Date (MM/DD/YY): <input size=8 type=text name=sessionend_date></p>";
// $start_date = $_GET['sessionstart_date2'];
// $end_date = $_GET['sessionend_date2'];
// Just not sure how to get it to work!
p><a href="sessionadmin.php">List/Create Sessions</a></p>
// I want to add a date to this "sessionadmin.php" link is pushed. I need to send a start date and end date to the sessionadmin.php script.
// print "<p>Start Date (MM/DD/YY): <input size=8 type=text name=sessionstart_date></p>";
// print "<p>End Date (MM/DD/YY): <input size=8 type=text name=sessionend_date></p>";
// $start_date = $_GET['sessionstart_date2'];
// $end_date = $_GET['sessionend_date2'];
// Just not sure how to get it to work!