<?php if( !function_exists('json_encode') ){ die('json_encode not available yet'); } $data = array('aps' => array( 'alert' => array( 'param1'=>array('string'), 'param2'=>'string' ))); echo json_encode($data);
You have javascript disabled. You will not be able to edit any code.