How do I get the result of an operation crud from the server and display in an alert?
Example:
Kendo:
Datasource
transport
update
url
POST
On the server (php script):
$ result = mysql comand
echo json_encode($result)
- - - - - - - - - - - - -
How do I get back on kendo the $ result and show? just like:
alert ($ result)
Example:
Kendo:
Datasource
transport
update
url
POST
On the server (php script):
$ result = mysql comand
echo json_encode($result)
- - - - - - - - - - - - -
How do I get back on kendo the $ result and show? just like:
alert ($ result)