I am trying to invoke a php function from JS. php function:
function sayHi(){
debug_to_console("test");
}
I am running my site on local server so my address is like this: http://localhost:8888/
I am trying to invoke a php function from JS. php function:
function sayHi(){
debug_to_console("test");
}
I am running my site on local server so my address is like this: http://localhost:8888/