Jul 07 2009

PHP Script

Published by under Tutorial

<?php

function hello()

{

  echo 'Hello World';

}

hello();

?>

Comments Off on PHP Script