GET method returns 500 Internal server error.
Hello.
I'm new here so I have some question.
So I'm developing a web page, but there ir some problem.
I have map with are tags, that onclick runs a function "getObject(this.alt)".
- function getObjects(object){
- console.log(object);
- $.get("/sites/map/objects.php?t="+object, function(data) {
- $('#answer').html(data);
- });