PHP Developer Question:

Define constant in PHP?

PHP Developer Interview Question
PHP Developer Interview Question

Answer:

Via define() directive, like define ("MYCONSTANT", 100);


Previous QuestionNext Question
What does special set of tags do in PHP?Write the FORM Tag correctly for uploading files?