PHP Developer Question:
Define constant in PHP?

Answer:
Via define() directive, like define ("MYCONSTANT", 100);
Previous Question | Next Question |
What does special set of tags do in PHP? | Write the FORM Tag correctly for uploading files? |