source:
trunk/zoo-services/hello-php/hello.php
@
83
| Last change on this file since 83 was 1, checked in by djay, 16 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.













