• Post category:StudyBullet-11
  • Reading time:7 mins read


Build 7 Amazing Projects with PHP MySQL Bootstrap PDO and Ajax-JQuery

What you will learn

Get to know the main functions and common parts of every website

Learn password hashing and de-hashing

Create a full authentication system

Learn the basics of validation and limit the user ability inside the web app

Learn to create a URL shortening service

Train your knowledge as a PHP developer

Learn to send emails professionally and dynamically

Learn to combine Ajax-Jquery with PHP

Build a rating system

Learn debugging in PHP and MySQL along the way with Ajax JQuery

Build a live search system

Learn how to deal with APIs

Learn to build an Authentication System

Create a dynamic comments system with Ajax JQuery

Description

Do you want to develop your skills further as a developer? Did you build a couple of projects with PHP and MySQL, but you still think you are inexperienced and you are missing out on a lot of things when coming to developing bigger projects? If yes, then this course is the right resource for you. This course is very digestible and informative and it was created specifically to enhance your coding skills and knowledge not just in PHP and MySQL, but overall in developing web projects.


Get Instant Notification of New Courses on our Telegram channel.


Here is what we are going to do in this course. Naturally, we are going to get started by setting up the right tools for our projects. And after that, we are going to build our first simple yet very interesting project and that’s a URL shortening service. The second project will be about sending emails in PHP and that’s very important because it’s a feature that almost every website has. The next project will be the starting of something big because it’s an authentication system where I am going to teach you how to develop a login and a register page, how to hash and de-hash passwords, how to do validation and so much more. After this, we are going to build a comments system and this will be the biggest project in this course. We will begin first by doing a post system and then we will grab comments for every post that we have of course we will use Ajax-JQuery for inserting, deleting, and showing comments. after that, we will integrate a rating system into the previous two projects to make a bigger project. So, I will show how to download a JQuery plugin, how to integrate it and how to use it to do the rating system for every post, and so on. And the rating system is going to be implemented of course using Ajax-JQuery. The upcoming project is going to be also created with Ajax and JQuery and that’s a live search system and we will combine it with our big project. The last project will be about building a weather app. All we are going to do is set up a form, allow the user to enter a city, and then give him the current degree of this city. So we will use an API to grab the current degree for this city. If that sounds like something that you are interested in, go ahead and get the course now. see you inside!!

English
language

Content

Introduction

Introduction

Installation

Before you Start
Installing Xampp
Installing Visual Studio Code

First Project: URL Shortening Service

Config File
Inserting and Showing Links
Shortening urls
Counting Clicks pt.1
Counting Clicks pt.2

Second Project: Sending Emails with PHP

Sending Emails pt.1
Sending Emails pt.2

Third Project: Building an Authentication System

Intro to the Project
Code for the Design of the Project
Config File
Register Page
Logging Users in
Logging in and Checking for Sessions

Fourth Project: Building a Comments System

Intro and Preparing
Creating Posts
Showing Posts in Index
Showing a Single Post
Inserting Comments
Showing Comments
Deleting Comments
Fixing Bugs pt.1
Fixing Bugs pt.2

Fifth Project: Creating a Rating System

Getting Started and Setting up the Plugin
Creating the Ratings for every Post
Showing the Rating for every Post
Fixing Bugs pt.1
Fixing Bugs pt.2

Sixth Project: Build a Full Live Search System

Searching through Data pt.1
Searching through Data pt.2

Seventh Project: Creating a Weather App

What is an API
Implementing the Weather App