https://github.com/learnwithfair/php-code
https://github.com/learnwithfair/php-code
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/learnwithfair/php-code
- Owner: learnwithfair
- Created: 2024-02-13T19:07:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T19:13:20.000Z (over 2 years ago)
- Last Synced: 2025-01-09T09:24:28.104Z (over 1 year ago)
- Language: PHP
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Thanks for visiting my GitHub account!

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