Showing posts with label php constant function. Show all posts
Showing posts with label php constant function. Show all posts

what is constant in php

what is constant in php


constant value that never change,constant  can be defind in php using a function define()

eg:
define("moive","Big man");

echo moive;