MySQL and PHP Fundamentals
Udemy
Course Summary
Create a real life project using MySQL.
-
+
Course Description
Like us on Facebook and/or Follow us on Twitter. Message us to let us know you liked us, or Tweet us @sr_elearning. Link to Our Facebook Page Link to Our Twitter Profile Stone River eLearning _____________________________________________________________________________________ Are you interested in MySQL? If so, you're not alone. MySQL is very popular today, and learning MySQL skills will give you valuable job skills. About This Course This course is meant for beginners. A basic understanding of PHP and programming in general is recommended, but you certainly don't need it. You will learn how to set up a MySQL database, connect to and integrate with PHP. This MySQL / PHP combination is the foundation of most dynamics wesites these days. The Project After we cover some of the basics you'll need to know about MySQL, we'll learn to complete a real life project: A blog. Blogs are database driven, so after you understand how to create one, you will have a good grasp on how to use MySQL for other applications.
-
+
Course Syllabus
- Course Introduction
- Introduction and MySQL Basics
- MySQL Basics
- Creating a Database
- Inserting Data
- SQL Injection
- Select Queries
- Select Queries Part 2
- How to Create a Blog with MySQL
- Introduction to Creating a Blog
- Create Your Database
- Beginning to Code (config.php and init.php)
- add_category.php
- Finishing Up Our 'Add a Category' Page
- Adding a Post
- Adding a Post Part 2
- Displaying Posts
- Displaying Posts Part 2
- category.php and delete.php
- Completing Our Blog
- Conclusion
- Conclusion