An open API service indexing awesome lists of open source software.

https://github.com/learnwithfair/php-code


https://github.com/learnwithfair/php-code

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

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
- Visit-> https://www.w3schools.com/php/php_intro.asp
- Visit -> https://www.tutorialspoint.com/php/index.htm

## Source Code
[Download](https://mega.nz/folder/BHUTnbCQ#2nmtd4okp1kJC0YtZ2X4iA)

## Required Software
- Xampp [Download](https://www.apachefriends.org/download.html)
- Visual Studio Code [Download](https://code.visualstudio.com/download)

## Error Checker
```bash
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
```