https://github.com/khianvictorycalderon/my-php-files
A collection of my PHP code files.
https://github.com/khianvictorycalderon/my-php-files
code-compilations php php-code-compilations php-codes
Last synced: 10 months ago
JSON representation
A collection of my PHP code files.
- Host: GitHub
- URL: https://github.com/khianvictorycalderon/my-php-files
- Owner: khianvictorycalderon
- Created: 2024-11-27T02:55:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T05:05:08.000Z (over 1 year ago)
- Last Synced: 2025-04-07T20:17:29.654Z (about 1 year ago)
- Topics: code-compilations, php, php-code-compilations, php-codes
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### These are my PHP Files
Each file code demonstrates individual different capabilities.
They say PHP is a dead language, or rarely used nowadays, but not for me, i like PHP.
## **Note**:
I used WAMP server to run PHP codes, before you run PHP codes, do the following:
- Install WAMP Server
- Create your .php file
- Put your code there
- Run WAMP Server
- Go to `localhost`
- Open the php file with localhost, example: `localhost:index.php` or `localhost:projects/test.php` or something like that.