Skip to content

How to use constant variable?

Once you declared constant variable you just need to include that file and use variables

<?php
DEFINE(‘PATH’,’http://www.google.com’);
echo PATH;
?>

output 
http://www.google.com