Open vincentdabs opened 6 years ago
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) So do you got any server for your calendar?
My suggestion if you don't, buy some webstorage and webadress name and put all your files there.
Either that or you are hosting at your own pc but the pc is not able to be connected from outside. which are port issues (port forwarding required).
$sqlEvents = "SELECT * FROM table1 WHERE xy ='yx'"; $resultset = mysqli_query($conn, $sqlEvents) or die("database error:".mysqli_error($conn)); $calendar = array();
$sqlEvents = "SELECT * FROM table2 WHERE xy ='yx'"; $resultset = mysqli_query($conn, $sqlEvents) or die("database error:".mysqli_error($conn)); $calendar = array();
$calendarData = array( "success" => 1, "result"=>$calendar);