Programming Script Sources & Discussion
Learn & Share
Home
Science
Technology
Language
PHP
Python
Java
UI-UX
Bootstrap
HTML
CSS
Javascript
Design
Photoshop
Illustrator
Thursday, August 25, 2016
PHP Constant Functions
PHP Constant
<?php
//define a constant
define("GREETING","Hello you! How are you today?");
echo constant("GREETING");
?>
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment