mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
24 lines
883 B
PHP
24 lines
883 B
PHP
<?php
|
|
/*************************************************/
|
|
/** M133 jQuery PHP simple call **/
|
|
/** Author: M. von Orelli **/
|
|
/** Datum: 20.3.17 **/
|
|
/** Version: 1.0 **/
|
|
/** Applikation:jQuery call PHP jquery.get **/
|
|
/** Methode **/
|
|
/*************************************************/
|
|
|
|
/*************************************************/
|
|
/* Datum ¦ Aenderung **/
|
|
/* ¦ **/
|
|
/* ¦ **/
|
|
/* ¦ **/
|
|
/* ¦ **/
|
|
/* ¦ **/
|
|
/*************************************************/
|
|
|
|
|
|
$value = "Return Value from Business Layer";
|
|
echo $value;
|
|
|
|
?>
|