aktuelle.kurse/m133/Weiteres/Modul_Unterlagen_133_VO/01 Modulinhalte/07 Script (JQuery)/07 jQuery Lösungen/jquery7.php
Harald G. Mueller a2dc35ce82 muh
2022-02-24 09:37:43 +01:00

25 lines
891 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 **/
/* ¦ **/
/* ¦ **/
/* ¦ **/
/* ¦ **/
/* ¦ **/
/*************************************************/
$b = "Return value from PHP JSON format";
print json_encode($b);
?>