source:
branches/branch-1.2/zoo-services/hello-php/hello.php
@
146
Last change on this file since 146 was 1, checked in by djay, 15 years ago | |
---|---|
File size: 176 bytes |
Line | |
---|---|
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.