Answers

Question and Answer:

  Home  Internee PHP Developer

⟩ Do you know how to define a constant?

Constants in PHP are defined using define() directive, like define("MYCONSTANT", 100);

 129 views

More Questions for you: