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

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

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