How to define constant in PHP?
what is constant in PHP? A variable whose value we cannot modify Constant means fixed. We cannot change the value which we have fixed as fixed later….

what is constant in PHP? A variable whose value we cannot modify Constant means fixed. We cannot change the value which we have fixed as fixed later….