-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying to display events from two different tables in mysql how? #756
Comments
$sqlEvents = "SELECT * FROM table1 WHERE xy ='yx'";
$sqlEvents = "SELECT * FROM table2 WHERE xy ='yx'";
$calendarData = array( |
can i also ask why the calendar is not displaying in chrome and mozilla in other computers? but in my own its displaying? |
Yes , because you don't host it online . Only on your own pc? (assumption) My suggestion if you don't, buy some webstorage and webadress name and put all your files there. |
No description provided.
The text was updated successfully, but these errors were encountered: