https://github.com/namonaki0/php-full-course
PHP Full Course
https://github.com/namonaki0/php-full-course
css html mysql php
Last synced: about 1 month ago
JSON representation
PHP Full Course
- Host: GitHub
- URL: https://github.com/namonaki0/php-full-course
- Owner: Namonaki0
- Created: 2023-10-24T22:16:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T12:28:57.000Z (over 2 years ago)
- Last Synced: 2025-02-26T19:10:00.773Z (over 1 year ago)
- Topics: css, html, mysql, php
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 1. Variables and Data Types
> 2. Arithmetic
> 3. \$\_GET and \$\_POST
> 4. Math Functions
> 5. If Statements
> 6. Logical Operators
> 7. Switch Statements
> 8. For Loops
> 9. While Loops
> 10. Arrays
> 11. Associative Arrays
> 12. isset() and empty()
> 13. Radio Buttons
> 14. Checkboxes
> 15. Functions
> 16. String Functions
> 17. Sanitize/Validate Input
> 18. include()
> 19. $\_COOKIE
> 20. $\_SESSION
> 21. $\_SERVER
> 22. Password Hashing
> 23. PHP Connection to MySQL Database
> 24. PHPMyAdmin Create a Table
> 25. PHP Insert into MySQL Database
> 26. PHP Query MySQL Database
#### TBC