<?

$myArray = array(

			'servertime' => date("l \\t\h\e jS @ h:i:s A"),
			'random' => rand(0,100)

		);

echo json_encode($myArray);

?>