Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.03 KB

Thanks for visiting my GitHub account!

PHP

About PHP

Hypertext Preprocessor (PHP) is a general-purpose scripting language geared towards web development. It was created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. The PHP reference implementation is now produced by the PHP Group. PHP was originally an abbreviation of Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.

For More

Source Code

Download

Required Software

Error Checker

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);