Selecting Date Range on a PHP form and displaying results from MySQL database
- by Sarah HSL
This may be something simple but I cant understand why this wouldn't work..
I have a php form where you can select a date range from drop downs. I've given the field names day, month year, and day1, month1, year1.
When clicking submit it takes you to a second php form. Here is the code for second form:
<?php
$username="***";…