Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to Define a Constant in PHP? Is $ symbol necessary?

Answer Posted / mahesh

A Dollar($) Symbol is not necessary for displaying a
constant6 variable,
ex:
define("PAGE_SIZE","100");
echo PAGE_SIZE;
or
<?=PAGE_SIZE?>

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to extend the execution time of a php script?

990


What is fetch array in php?

1165


Does php need a closing tag?

1004


What is the best practice for running mysql queries in php? Consider the risk of sql injection.

1099


What is the use of get and post method in php?

1057


Php program to generate fibonacci series?

1108


Is php easier than javascript?

1032


Tell me what does the initials of php stand for?

1011


What is the role of php.ini file?

1035


Is php session id unique?

1020


How can I prevent sql-injection in php?

1098


How can we define a variable accessible in functions of a php script?

1032


What is a php session?

1109


What is php and why we use it?

1081


Tell me can the value of a constant change during the script's execution?

1389