Press ESC to close

Or check our Popular Categories...

PHP

43   Articles
43

PHP –  Hypertext Preprocessor is a widely used, server-side scripting language but also a general-purpose scripting language that is most suited for web development. The original PHP project, as invented by Rasmus Lerdorf, stood for Personal Home Page. Nowadays, it stands for the recursive acronym PHP: Hypertext Preprocessor.

P

PHP define() vs const

3 Min Read
0 38
3 Min Read
0 38

PHP define() Function Definition and Usage: The define() function defines a constant. Constants are much like variables, except for the following differences: A constant’s value cannot be changed after it…

Continue Reading