https://github.com/ruferdz/php-basic-get-post
a simple get/post usage in PHP for beginners
https://github.com/ruferdz/php-basic-get-post
Last synced: 3 months ago
JSON representation
a simple get/post usage in PHP for beginners
- Host: GitHub
- URL: https://github.com/ruferdz/php-basic-get-post
- Owner: RuFerdZ
- Created: 2020-02-07T10:15:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T10:18:54.000Z (over 6 years ago)
- Last Synced: 2025-06-07T06:34:13.624Z (about 1 year ago)
- Language: Hack
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-Basic-GET-POST
a simple get/post usage in PHP for beginners
- index.php & profile.php Handles the GET requests
- indexPost.php & profilePost.php Handles the POST requests