PHP (with MySQL) Tutorial
28 Videos | 22546 Hits
If you are already faimiliar with basic HTML and CSS, using PHP and MySQL Database, you can start buiding dynamic websites like this one. Learn how to use web forms to gather user inputs and save them in MySQL database and learn to read and write from/to MySQL database.
1. Installing XAMPP Posted On: Jun 09, 2016 | Hits: 2509 |
2. Our First PHP Script Posted On: Jun 12, 2016 | Hits: 2145 |
3. Variables Posted On: Jun 16, 2016 | Hits: 2039 |
4. Strings Posted On: Jun 17, 2016 | Hits: 2237 |
5. String Functions Posted On: Jun 18, 2016 | Hits: 1599 |
6. Integers Posted On: Jun 21, 2016 | Hits: 1593 |
7. Floating Point / Decimal Numbers Posted On: Jun 25, 2016 | Hits: 1893 |
8. Arrays Posted On: Jun 28, 2016 | Hits: 1628 |
9. Associative Arrays Posted On: Jul 03, 2016 | Hits: 1578 |
10. Array Functions Posted On: Jul 08, 2016 | Hits: 1677 |
11. Booleans Posted On: Jul 11, 2016 | Hits: 1539 |
12. if / else Statements Posted On: Jul 15, 2016 | Hits: 1825 |
13. Logical Operators Posted On: Jul 22, 2016 | Hits: 1608 |
14. Switch Statements Posted On: Jul 27, 2016 | Hits: 1450 |
15. While Loops Posted On: Aug 01, 2016 | Hits: 1720 |
16. For Loops Posted On: Aug 03, 2016 | Hits: 1700 |
17. Foreach Loops Posted On: Aug 05, 2016 | Hits: 1553 |
18. User-Defined Functions Posted On: Aug 13, 2016 | Hits: 1565 |
19. Links / URLs & GET Method Posted On: Aug 17, 2016 | Hits: 1803 |
20. Build Web Pages with Include / Require Functions Posted On: Aug 28, 2016 | Hits: 1912 |
21. POST Method Posted On: Sep 04, 2016 | Hits: 1810 |
22. Cookies Posted On: Sep 17, 2016 | Hits: 1827 |
23. Sessions Posted On: Sep 22, 2016 | Hits: 1665 |
24. Creating MySQL Database Posted On: Oct 08, 2016 | Hits: 1738 |
25. Connecting to MySQL Database Posted On: Oct 17, 2016 | Hits: 1813 |
26. Adding Records with INSERT Query Posted On: Oct 26, 2016 | Hits: 1600 |
27. Retrieving & Display Records with SELECT Query Posted On: Nov 08, 2016 | Hits: 1648 |
28. Modify / Delete Records with UPDATE / DELETE Query Posted On: Nov 11, 2016 | Hits: 1740 |