Ihave a form where the user can select Year, Month, DAY, and a submit button that then does a qeury and displays the data from the database on the same page.
My problem is how do i get the data to display on the same page?
I put $PHP_SELF as the form action but when i press the button i get a page not found error.
Any ideas or good examples?
Thanks!😃