Course Features

Price

Original price was: $914.86.Current price is: $27.99.

Study Method

Online | Self-paced

Course Format

Reading Material - PDF, article

Duration

1 day

Qualification

No formal qualification

Certificate

At completion

Additional info

Coming soon

Overview

Over View
Who is this course for
Requirments
Career Path

Who is this course for?

Over View
Who is this course for
Requirments
Career Path

Requirements

Over View
Who is this course for
Requirments
Career Path

Career path

Over View
Who is this course for
Requirments
Career Path

    • Source Code Files Overview 00:10:00
    • Introduction to PHP 00:10:00
    • How to Ask Great Questions 00:10:00
    • Introduction to CSS 00:10:00
    • Choosing a Code Editor 00:10:00
    • Installing Sublime Text Editor 00:10:00
    • CSS Syntax Explained 00:10:00
    • Creating Your First CSS-Styled Page 00:10:00
    • Using Online CSS Tools 00:10:00
    • Applying Internal CSS 00:10:00
    • Applying External CSS 00:10:00
    • CSS Classes 00:10:00
    • CSS IDs 00:10:00
    • Working with Colors 00:10:00
    • Backgrounds & Images 00:10:00
    • Floating Elements 00:10:00
    • Positioning Content 00:10:00
    • CSS Margins – Controlling Outer Spacing 00:10:00
    • CSS Padding – Controlling Inner Spacing 00:10:00
    • Borders 00:10:00
    • Styling Text in CSS 00:10:00
    • Aligning Text in CSS 00:10:00
    • Styling Links 00:10:00
    • Working with Font Families in CSS 00:10:00
    • Using Font Styles in CSS 00:10:00
    • Adding Google Fonts 00:10:00
    • Box Model Essentials 00:10:00
    • Using Icons 00:10:00
    • Styling Tables 00:10:00
    • Creating Navigation Menus 00:10:00
    • Dropdown Menus 00:10:00
    • Advanced CSS Selectors 00:10:00
    • Styling Forms 00:10:00
    • Website Layout Techniques 00:10:00
    • Rounded Corners 00:10:00
    • Color Keywords 00:10:00
    • CSS Animations 00:10:00
    • Pseudo-Classes 00:10:00
    • CSS Gradients 00:10:00
    • Shadows 00:10:00
    • CSS Calculations 00:10:00
    • Creating a Responsive Page 00:10:00
    • Button Styles 00:10:00
    • Pagination 00:10:00
    • Introduction to Multi-Column Layouts in CSS 00:10:00
    • Creating Multi-Column Layouts in CSS 00:10:00
    • Image Reflection 00:10:00
    • UI/UX Design Principles 00:10:00
    • Adding Social Media Icons 00:10:00
    • Linking External CSS Files 00:10:00
    • Section Introduction 00:10:00
    • Installing XAMPP 00:10:00
    • Installing Visual Studio Code 00:10:00
    • Installing Postman API Platform 00:10:00
    • Installing Composer 00:10:00
    • Creating a PHP Project on XAMPP 00:10:00
    • PHP “Hello World” Program 00:10:00
    • Understanding PHP 00:10:00
    • What is RESTful API? 00:10:00
    • HTTP Requests: GET, POST, PUT, DELETE 00:10:00
    • REST API Project Structure 00:10:00
    • Creating Database & Tables 00:10:00
    • Setting Up Project Forms & Folders 00:10:00
    • Database Connection 00:10:00
    • Handling JSON Web Tokens 00:10:00
    • Token Validation with Auth Middleware 00:10:00
    • Building a Registration Form 00:10:00
    • Building a Login Form 00:10:00
    • User Token Authorization Check 00:10:00
    • Create Database and Table 00:10:00
    • Inserting Data into Tables 00:10:00
    • Running MySQL SELECT Queries 00:10:00
    • Running MySQL UPDATE Queries 00:10:00
    • Running MySQL DELETE Queries 00:10:00
    • Get Project2 Source Code 00:10:00
    • Create Database Connection 00:10:00
    • Creating Items Class in PHP 00:10:00
    • Building the Create Method Form for RESTful API in PHP 00:10:00
    • Creating Records Using RESTful API in PHP 00:10:00
    • Building the Read Method Form for RESTful API in PHP 00:10:00
    • Reading Records Using RESTful API in PHP 00:10:00
    • Building the Update Method Form for RESTful API in PHP 00:10:00
    • Updating Records Using RESTful API in PHP 00:10:00
    • Building the Delete Method Form for RESTful API in PHP 00:10:00
    • Deleting Records Using RESTful API in PHP 00:10:00
    • Coding Exercise 00:10:00
    • Coding Exercise Solution 00:10:00
    • SEO-Friendly REST API URLs 00:10:00
    • Overview of Databases 00:10:00
    • Installing MySQL Server 00:10:00
    • Installing MySQL Workbench 00:10:00
    • Connecting to MySQL via Console 00:10:00
    • Overview of Challenges 00:10:00
    • Introduction to SQL Statements 00:10:00
    • Using the SELECT Statement in SQL 00:10:00
    • Using the SELECT DISTINCT Statement in SQL 00:10:00
    • Column Aliases 00:10:00
    • COUNT Function 00:10:00
    • Using the WHERE Clause in SQL – Basics 00:10:00
    • Advanced WHERE Clause in SQL – Multiple Conditions 00:10:00
    • Using ORDER BY in SQL 00:10:00
    • Using LIMIT in SQL 00:10:00
    • Using the BETWEEN Operator in SQL 00:10:00
    • Using the IN Operator in SQL 00:10:00
    • LIKE Patterns 00:10:00
    • Introduction to GROUP BY in SQL 00:10:00
    • Using Aggregation Functions in SQL (MIN, MAX, COUNT, etc.) 00:10:00
    • GROUP BY Examples – Part 1 00:10:00
    • GROUP BY Examples – Part 2 00:10:00
    • HAVING Clause 00:10:00
    • Overview Assessment 00:10:00
    • Introduction to SQL Joins 00:10:00
    • Getting Started with Joins in SQL 00:10:00
    • As Statement Table 00:10:00
    • Using INNER JOIN in SQL 00:10:00
    • Using FULL OUTER JOIN in SQL 00:10:00
    • Using LEFT JOIN in SQL 00:10:00
    • Using RIGHT JOIN in SQL 00:10:00
    • UNION 00:10:00
    • Introduction to Advanced SQL Commands 00:10:00
    • Working with Timestamps in SQL 00:10:00
    • Extracting Values from Timestamps in SQL 00:10:00
    • Using Mathematical Functions in SQL 00:10:00
    • Using String Functions in SQL 00:10:00
    • Subqueries 00:10:00
    • Overview of Databases and Tables 00:10:00
    • Understanding SQL Data Types 00:10:00
    • Primary Keys and Foreign Keys 00:10:00
    • Creating Tables in SQL Script 00:10:00
    • INSERT Statement in SQL 00:10:00
    • UPDATE Statement in SQL 00:10:00
    • DELETE Statement in SQL 00:10:00
    • ALTER TABLE in SQL 00:10:00
    • DROP TABLE in SQL 00:10:00
    • NOT NULL Constraint in SQL 00:10:00
    • UNIQUE Constraint in SQL 00:10:00
    • Overview of Databases and Tables 00:10:00
    • Backing Up a Database with phpMyAdmin 00:10:00
    • Restoring a Database with phpMyAdmin 00:10:00
    • Exam of Create Secure RESTful APIs with PHP, MySQL & Postman – From Basics to Deployment 00:50:00
    • Premium Certificate 00:15:00
certificate-new

No Reviews found for this course.

Yes, our premium certificate and transcript are widely recognized and accepted by embassies worldwide, particularly by the UK embassy. This adds credibility to your qualification and enhances its value for professional and academic purposes.

Yes, this course is designed for learners of all levels, including beginners. The content is structured to provide step-by-step guidance, ensuring that even those with no prior experience can follow along and gain valuable knowledge.

Yes, professionals will also benefit from this course. It covers advanced concepts, practical applications, and industry insights that can help enhance existing skills and knowledge. Whether you are looking to refine your expertise or expand your qualifications, this course provides valuable learning.

No, you have lifetime access to the course. Once enrolled, you can revisit the materials at any time as long as the course remains available. Additionally, we regularly update our content to ensure it stays relevant and up to date.

I trust you’re in good health. Your free certificate can be located in the Achievement section. The option to purchase a CPD certificate is available but entirely optional, and you may choose to skip it. Please be aware that it’s crucial to click the “Complete” button to ensure the certificate is generated, as this process is entirely automated.

Yes, the course includes both assessments and assignments. Your final marks will be determined by a combination of 20% from assignments and 80% from assessments. These evaluations are designed to test your understanding and ensure you have grasped the key concepts effectively.

We are a recognized course provider with CPD, UKRLP, and AOHT membership. The logos of these accreditation bodies will be featured on your premium certificate and transcript, ensuring credibility and professional recognition.

Yes, you will receive a free digital certificate automatically once you complete the course. If you would like a premium CPD-accredited certificate, either in digital or physical format, you can upgrade for a small fee.

Course Features

Price

Original price was: $914.86.Current price is: $27.99.

Study Method

Online | Self-paced

Course Format

Reading Material - PDF, article

Duration

1 day

Qualification

No formal qualification

Certificate

At completion

Additional info

Coming soon

Share This Course