|
From: <ama...@us...> - 2003-08-05 00:48:41
|
Update of /cvsroot/binaryphp/binaryphp/examples In directory sc8-pr-cvs1:/tmp/cvs-serv25362/examples Added Files: helloworld.php Log Message: added hello world example --- NEW FILE: helloworld.php --- <?php echo 'Hello World', "\n"; ?> |