Constant means that it never changes.
Variable means that it could, and likely will change.
There are 24 hours in a day, so that is a constant.
The weather is variable, so it could be cloudy, rainy, windy, or sunny.
Chat with our AI personalities
You can define a constant using the define() directive.you can use this a number of ways;to define a variable to a constant do:$string = "hello";define("string",$string);to define a string to a constant use:define("hello","there");to define a integer or other numerical value use:define("number",1.0);Summery:to define a string use quotes as you would do a string.Unlike variables in PHP a constant cannot be changed or undefined once it is defined. Constant remains automatically globally throughout the script. It means that it can be accessed from inside a function. e.g.
I define an variable by saying x- an value
The constant is the number; the variable is the letter.
the controlled variables are the factors that are kept constant during an experiment. if they are not kept constant then they may affect the outcome of the experiment. the manipulated variable is the factor that is different between the experiment and the control. the responding variable is the variable that is being measured in the experiment.
The question is about an oxymoronic expression. A constant cannot be a variable and a variable cannot be a constant!