ionic-Material Design , Codecanyon
This commit is contained in:
13
IonicMaterialDesign/www/lib/jQuery/test/data/json.php
Normal file
13
IonicMaterialDesign/www/lib/jQuery/test/data/json.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
error_reporting(0);
|
||||
if ( $_REQUEST['header'] ) {
|
||||
header("Content-type: application/json");
|
||||
}
|
||||
|
||||
$json = $_REQUEST['json'];
|
||||
if($json) {
|
||||
echo '[ {"name": "John", "age": 21}, {"name": "Peter", "age": 25 } ]';
|
||||
} else {
|
||||
echo '{ "data": {"lang": "en", "length": 25} }';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user