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

The Future of Technology: Emerging Trends to Watch in 2025

Introduction As we navigate through 2025, the technological landscape continues to evolve at an unprecedented pace. Innovations that once se...