Welcome to my Channel...!
In this video we are going to Learn PHP with MySQL . These are the fundamentals of PHP with MySQL CRUD operations and essential trainings. we will see more and more in upcoming videos.
☕ BuyMeACoffee: buymeacoffee.com/missgoogle
Exercise Files Direct Link:-👇👇👇
https://mega.nz/file/NuA3nBQD#M6L0nZMOo0WO...
PHP Essential Trainings Course:-👇👇👇
• PHP Tutorial for Beginners | PHP Essential...
PHP with MySQL Essential Training Part-2 | Creating a CMS Full-Stack Site Using PHP:-👇👇👇
• PHP with MySQL Essential Training Part-2 ...
PHP Tutorials for Beginners to Master | A-Z Concepts in PHP
PHP Full Playlist:-👇👇👇
• PHP Tutorials for Beginners to Master | Le...
Full-Stack JavaScript App Development tutorial:-👇👇👇
• Video
Creating and Hosting Full-Stack Site using React:-👇👇👇
• Creating and Hosting a Full-Stack Site usi...
For any queries drop a mail at [email protected]
Share your thoughts about this video in the comment section and if you have any doubts post it in comment section.
BluePrism Playlist:- • BluePrism | RPA
Thank You...!
→→→→→Visit Our Channel For More Videos←←←←←
🏹LIKE
🏹SHARE
🏹SUBSCRIBE
Where There is a Will There is a Way 💘
//Chapters and time splits
00:00:00-00:00:48 Welcome
00:00:49-00:03:18 How to use exercise files
00:03:19-00:09:07 Blueprint the application
00:09:08-00:15:34 Establish your work area
00:15:35-00:24:21 Create and style the first page
00:24:22-00:33:24 Include and require files
00:33:25-00:39:55 Make page assets reusable
00:39:56-00:49:35 Links and URLs
00:49:36-00:58:24 Use URL parameters
00:58:25-01:03:08 Default values for URL parameters
01:03:09-01:11:39 Encode URL parameters
01:11:40-01:18:57 Encode for HTML
01:18:58-01:22:25 Challenge: Add pages
01:22:26-01:30:07 Solution: Add pages
01:30:08-01:38:10 Modify headers
01:38:11-01:45:11 Page redirection
01:45:12-01:51:17 Output buffering
01:51:18-02:00:10 Build forms
02:00:11-02:04:32 Use form parameters
02:04:33-02:09:56 Detect form submission
02:09:57-02:16:41 Single-page form processing
02:16:42-02:18:54 Challenge: Add forms
02:18:55-02:23:57 Solution: Add forms
02:23:58-02:30:12 MySQL introduction
02:30:13-02:36:42 Create a database
02:36:43-02:43:02 Create a database table
02:43:03-02:47:03 CRUD in MySQL
02:47:04-02:53:18 Populate a MySQL table
02:53:19-02:57:21 Relational database tables
02:57:22-03:01:15 Challenge: Pages table
03:01:16-03:06:32 Solution: Page table
03:06:33-03:10:54 Database APIs in PHP
03:10:55-03:19:50 Connect to MySQL with PHP
03:19:51-03:27:51 Retrieve data
03:27:52-03:34:41 Work with retrieved data
03:34:42-03:41:32 Error handling
03:41:33-03:43:35 Challenge: List pages
03:43:36-03:48:44 Solution: List pages
03:48:45-03:57:06 Find a single record
03:57:07-04:07:44 Use form data to create records
04:07:45-04:19:08 Use form data to update records
04:19:09-04:26:23 Form options from database data
04:26:24-04:34:46 Delete a record
04:34:47-04:37:59 Challenge: Pages CRUD
04:38:00-04:46:02 Solution: Pages CRUD
04:46:03-04:55:13 Common data validation types
04:55:14-05:03:36 Validate form values
05:03:37-05:13:47 Display validation errors
05:13:48-05:19:33 Problems with validation logic
05:19:34-05:21:35 Challenge: Validations
05:21:36-05:29:39 Solition: Validations
05:29:40-05:34:56 Understand SQL injection
05:34:57-05:43:53 Sanitize data for SQL
05:47:48-05:51:08 Delimit data values
05:51:09-05:52:16 Prepared statements