aktuelle.kurse/oldies/m133/4_Modulinhalte_und_Uebungen/07-JQuery-skript/07-jQueryLoesungen/jquery8.php
Müller Harald 3fdacd20c0 muh
2022-07-28 09:14:44 +02:00

27 lines
947 B
PHP

<?php
/*************************************************/
/** M133 jQuery PHP simple call **/
/** Author: M. von Orelli **/
/** Datum: 20.3.17 **/
/** Version: 1.0 **/
/** Applikation:jQuery PHP Function Call JSON **/
/** return value **/
/*************************************************/
/*************************************************/
/* Datum ¦ Aenderung **/
/* ¦ **/
/* ¦ **/
/* ¦ **/
/* ¦ **/
/* ¦ **/
/*************************************************/
$Person = array("Vorname"=>"Matthias", "Nachname"=>"von Orelli");
// print_r($Person);
print json_encode($Person);
?>