Previous Lesson
Previous
Next
Next Lesson
Become a Web Developer: Learn PHP and MySQL
Download Project Files
Project Files
Basic PHP
1. Introduction to PHP
2. XAMPP
3. My First PHP Code
4. Escaping Characters
5. Error Reporting
6. Comments
7. Vairables
Intermediate PHP
8. Strings
9. Numbers
10. Constants
11. Arrays
12. Associative Arrays
13. Access Array with Foreach
14. Multidimensional Arrays
15 Operators
Advanced PHP
16. If Else
17. Else If
18. For Loop
19. While Loop
20. Switch
21. Creating Form
22. Post, Get, Request
23. Handling a Form
24. Include and Required
25. Creating a Dynamic Website
26. Storing Sections in Variable
27. Functions
28. Variable Scope
Basic MySQL
29. Introduction to MySQL
30. Creating a Database
31. Database Form
32. Database Connection
33. Minimal Form Validation
34. Inserting Values to Databasse
35. Output Records from Database
36. Output Records by Specific Order
37. Login Script
38. Security Functions
39. Updating Records from Database
40. Delete Records from Database
Intermediate MySQL
41. Passing Values Through URL
42. Delete User from Database
43. Edit user Passing Values Through URL
44. Reorganizing the Code
45. Pagination
44. Reorganizing the Code