It’s customary to begin programming with an example which prints ‘Hello World’, so I thought I’d do the same with this blog:
<?php echo 'Hello World'; ?>
Comments are closed.