Internee PHP Developer Question:

Do you know how to define a constant?

Tweet Share WhatsApp

Answer:

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

Read All 75 Internee PHP Developer Questions
Previous QuestionNext Question
Tell me how to store the uploaded file to the final location?Tell us what does the initials of PHP stand for?