Processing Data Sources in PHP
1h 29mIntermediate2022-07-28
Authors

Joe Casabona
Course Developer, Founder of Creator Courses
Course details
PHP is used on approximately 80% of all websites, and it’s a powerful programming language on its own. But its real power comes from the ability to retrieve and process data. In this course, Joe Casabona explains how PHP’s powerful feature set makes it the perfect language to work with virtually any data source. Joe shows you how to use PHP to read from, and write to, various data sources, from flat files to databases to robust web services. If you’re interested in learning how to build a web application using just about any data source available to you, join Joe in the course to see how PHP can help you do just that.
Skills covered
Data EngineeringProgramming LanguagesData ScienceSoftware DevelopmentOne-Off
Concepts
0. Introduction
- 01 - What are data sources
- 02 - What you should know
- 03 - Other helpful courses
1. Types of Data Sources
- 04 - Reading from flat files
- 05 - What is an API
- 06 - REST, JSON, and other common terms
- 07 - Parsing RSS feeds
- 08 - Databases
- 09 - Web services
- 10 - Reading basically any file
2. Reading from One-Way Sources
- 11 - How to read from a file
- 12 - Getting data from an open API
- 13 - Getting data from a protected API
- 14 - Reading a RSS feed
- 15 - A note about cURL
- 16 - Challenge - Build a random image generator
- 17 - Solution - Build a random image generator
3. Working with Databases
- 18 - Types of databases supported by PHP
- 19 - A quick tour of the database
- 20 - Connecting to MySQL
- 21 - Writing to a MySQL database
- 22 - Challenge - Write a web form to submit to a database
- 23 - Solution - Write a web form to submit to a database
Conclusion
- 24 - Next steps