Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Calender popup
Hello again! I'm currently working on a PHP/JavaScript based calendar. The main purpose of the calender is to show event(s) when a user have the mouse over a table-cell containing a certain date.
mouse over date X –> script check for events in DB for date X –> popup window with events from DB.
What is the best way to do this? JavaScript does not seem secure enough to use and using php would mean that refreshing the page is needed. what other options are there?
http://www.w3schools.com/ajax/ajax_aspphp.asp You can call PHP scripts using AJAX.