Use Of Define Function In PHP

<?php
define("A","Naveen rajput");
define("B","Naveen");
define("C"," rajput");
echo A;
echo '<br/>';
echo B;
echo '<br/>';
echo C;
?>

Popular posts from this blog

Jtable with database manually in netbeans.

Join in Kotlin coroutines