Php Solutions
Saturday, September 18, 2010
Functions In PHP
function writeName()
{
echo "Kai Jim Refsnes";
}
echo "My name is ";
writeName();
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment