Title.......^
This is the code:
calendar.php: (the calendar..)
A JS code with the AJAX:
calendar_ajax.php:
It's not working and nothing is happen.
I want it define in calendar.php the variable $time like it returned from calendar_ajax.php .
Moreover, I am searching for a way that I would transfer information from calendar.php to calendar_ajax.php so that it will be the real date that transfered and not a time() .
I'm sure there is a lot of mistakes in the code because it's the first time that I am trying to use AJAX.
Thank you,