<?php $p = array("message" => "this is the second api", "result" => 5764674876); header("Content-type: application/json"); echo json_encode($p); ?>