learnwithfair / PHP-Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About


Languages

Language:PHP 100.0%