This is an example of "Hello fnord" in PHP:
vi ~/public_html/hello.php
---
<?php echo "hello fnord"; ?>
---
lynx -dump http://localhost/~user/hello.php
hello fnord
This is an example of "Hello fnord" in PHP:
vi ~/public_html/hello.php
---
<?php echo "hello fnord"; ?>
---
lynx -dump http://localhost/~user/hello.php
hello fnord