Web Development
Web Developer From India
(Move to ...)
Home
▼
June 9, 2015
PHP function example
How to call simple function in PHP?
<?php
function firstMsg();() {
echo "Welcome to Blog";
}
echo firstMsg();
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment