2 Constant Variable in PHP

Program:
<?php
    define('name','atharva');
    echo name;
?>


Output:

Constant Variable in PHP

Previous
Next Post »