Friends, I have an issue that I would be happy if you could help me.
I have a calendar created with <input type="date">
of Html5 .
I need that when clicking a specific date it takes the value of the date and calls a PHP function that will load a new page passing as a parameter the date that was clicked for this PHP function.
I can do this with a button because I pass as a parameter in the global variable $_GET
by calling a PHP that will receive this information but need to do it without the submit the form , but rather at the click of the date. Does anyone know how to proceed ?????