Constant are opposite of variables. They have a fixed value. In PHP constants can be defiend by using a word define. It's considered good practice to use upper case names for constants names
define('CONSTANT_NAME', 'CONSTANT_VALUE');
for example
<?php
define(’ME’, 'Shahid Khan');
?>
all rights reseverd by Cramerz.com©. web development by
web design company
DotPeak. hosting by HostBay
all contents on cramerz are the property of Cramerz.com. web design courses