PHP + MySQL Backend Develompent
Learn to create dynamic websites, web applications, and web services using PHP and MySQL
Course Objectives / Goals
Requirements
Computer
No programming knowledge required
Internet connection if you don't have the offline kit
This course will teach you how to use PHP/MySQL to create web applications ranging from dynamic web pages to multi-tier applications with APIs (Application Programming Interface). Wewill be taking a hands-on approach by building 3 main projects as we learn:
- A PHP powered websit with custom CMS(Content Management System)
- The backend of a simple PHP forum with multiple users
- RESTful API for a mobile application
If the jargons make you think this course is for sophisticated developers alone, then you are mistaken. It is rather meant for absolute beginners with no programming background. You can still learn a lot even if you have significant programming experience
PHP & MySQL
PHP(PHP Hypertext Preprocessor) is a widely-used scripting/programming language that is suited for web development. It is very useful for creating both dynamic web pages and sophisticated web applications
MySQL is a popular RDBMS (Relational Database Management System). An RDBMS allows developers to use an english-like language called SQL to perform database operations such as storing, modifying, and deleting data. You don't need to care about where or how data is stored, retrieved, or how to ensure your data is corruption free. The RDBMS takes care of all that for you