<?php
$result[] = ['name'=>'xyz','mobileno'=>9876543210,'address'=>"Abc 7689"];
echo json_encode($result);
?>

For further actions, you may consider blocking this person and/or reporting abuse
<?php
$result[] = ['name'=>'xyz','mobileno'=>9876543210,'address'=>"Abc 7689"];
echo json_encode($result);
?>
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)