Defining a Constant : Constant : Language Basics PHP Source Code


PHP Source Code » Language Basics » Constant »

 

Defining a Constant






<html>
<head>
<title>Defining a constant</title>
</head>
<body>
<?php
define("USER""Joe");
print "Welcome ".USER;
?>
</body>
</html>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Language Basics
» Constant