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

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...