Saturday, September 18, 2010

Functions In PHP

function writeName()
{
echo "Kai Jim Refsnes";
}

echo "My name is ";
writeName();
?>

No comments:

Post a Comment