This code was working 2 days before, but now i am getting an error:
Trying to get property of non-object in C:\xampp\htdocs\ihelploginapi\index.php on line 4.
Somebody please help me out.
<?php
$json = file_get_contents('php://input');
$obj = json_decode($json,TRUE);
$tag = $obj->{'tag'};
?>