Warning:
HTML preview using PHPRenderer failed (Exception: Running (php -sn) failed: 127, sh: php: command not found
.)
Last change
on this file since 66 was
1,
checked in by djay, 15 years ago
|
Initial ZOO SVN Repository Import.
|
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.
Download in other formats: