Aggiunto primo webservice di esempio
This commit is contained in:
parent
5e9442a295
commit
b35fd0761f
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
// Dati in arrivo dai readers
|
||||
$post = file_get_contents('php://input');
|
||||
|
||||
$data = json_decode( $post );
|
||||
|
||||
// TODO: inserimento a database
|
Loading…
Reference in New Issue