source:
trunk/zoo-services/hello-php/hello.php
@
260
Last change on this file since 260 was 1, checked in by djay, 15 years ago | |
---|---|
File size: 176 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <? |
2 | ||
3 | function HelloPHP(&$main_conf,&$inputs,&$outputs){ | |
4 | $outputs=Array(); | |
5 | $outputs["Result"]["value"]="Hello ".$inputs[S][value]." from the PHP world !!"; | |
6 | return 3; | |
7 | } | |
8 | ||
9 | ?> |
Note: See TracBrowser
for help on using the repository browser.