Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.

Web development quizzes

Clock
Minutes
Seconds
The PHP acronym means "PHP: Hipertext Preprocessor".

require() and include() are used to include a file into the PHP code.

We can use the define() function to create a constant.

strrev("Hello") returns olleH

strlen("Hello") returns 3.