Login And Logout Functionality With Php, Mysql, And Bootstrap Lesson 3
Login And Logout Functionality With Php, Mysql, And Bootstrap Lesson 3

Learn to craft a seamless login and logout experience with PHP, MySQL, and Bootstrap. From setting up your server to implementing session security, this tutorial will guide you through every step to create a user-friendly and secure authentication system.

Read More
Programming A Sign Up Script In Php Mysql Ajax And Jquery Lesson 2
Programming A Sign Up Script In Php Mysql Ajax And Jquery Lesson 2

This is advanced programming lesson 2. WOW this is diving deep into the world of programming with PHP, Bootstrap, AJAX, MYSQL and more. Remember that you can always comment on these posts if you need me to clarify anything. I look forward to hearing from

Read More
Advanced Programming In Php Lesson For Real Life Scenarios With Artificial Intelligence
Advanced Programming In Php Lesson For Real Life Scenarios With Artificial Intelligence

Advanced programming tutorials in PHP. Set up the server and install your VS Code and get ready for the ride. Learn to develop applications. In this series you will learn how to assemble several different programming techniques to create advanced applicat

Read More
How To Deal With Bad Bots Coming To Your Website
How To Deal With Bad Bots Coming To Your Website

How to deal with Bad Bots

Read More
Lost Password Script AJAX jQuery Bootstrap PHP and MySql
Lost Password Script AJAX jQuery Bootstrap PHP and MySql

This is a lost password script tutorial. I write it in AJAX, JQuery, Bootstrap, PHP and MySQL. People frequently lose their passwords. Password reset scripts are almost mandatory, with people expecting software to do everything for them.

Read More
Contact Form with AJAX jQuery Bootstrap PHP and MySql
Contact Form with AJAX jQuery Bootstrap PHP and MySql

In this tutorial we create a contact form that enters contact information into a database. It will then send an email to you from your website. We do this with AJAX, jQuery, Bootstrap, PHP and MySql.

Read More
Login Script with AJAX jQuery PHP and MySql
Login Script with AJAX jQuery PHP and MySql

Let's create a login script with AJAX JQuery, PHP and MySQL in this tutorial. We will create a form to login to the system and use AJAX with JQuery for the process. Next we will use PHP to process the form and return data to the webpage without reloading.

Read More
SANITIZE STRINGS BEFORE INSERTING INTO DATABASE PHP MYSQL AJAX JQUERY
SANITIZE STRINGS BEFORE INSERTING INTO DATABASE PHP MYSQL AJAX JQUERY

You need to sanitize your string before you insert them into your databases. We show you how to do that in this lesson with "FILTER_SANITIZE_STRING", "FILTER_SANITIZE_EMAIL" and "FILTER_FLAG_STRIP_HIGH".

Read More
Create Secure Password Sign Up Script With PHP jQuery and AJAX
Create Secure Password Sign Up Script With PHP jQuery and AJAX

Create a secure password sign up script with PHP, jQuery and AJAX with this easy to follow tutorial. Preliminary steps for this tutorial is to go over the last post Create A Database and Table At The Same Time With PHP.

Read More
Create A Database and Table At The Same Time With PHP
Create A Database and Table At The Same Time With PHP

Create a database and a table at the same time with php in mysql. All you will need is the connection information to your database. This is what you will need.

Read More
jQuery Ajax Form Submit With PHP Processing
jQuery Ajax Form Submit With PHP Processing

In this tutorial we will be submitting a form using AJAX with jQuery to PHP. What you need to understand is the jQuery is shorthand for JavaScript. jQuery has a bunch of JavaScript functions that make it shorter to call in when coding.

Read More
AJAX Raw Or With jQuery Whats The Difference?
AJAX Raw Or With jQuery Whats The Difference?

The difference between AJAX raw and AJAX with jQuery is a matter of personal preference really. When you program with raw JavaScript you do not have to worry about bringing in external libraries. When you program AJAX with jQuery then you must bring in th

Read More
Ajax With Multiple Forms And One PHP Processing File
Ajax With Multiple Forms And One PHP Processing File

You only need to have one processing file in PHP when you are working with AJAX. If you have more than one processing file for every from you create you are wasting your time. This will make your programming

Read More
Change Color On A Webpage With Ajax
Change Color On A Webpage With Ajax

You can change a color on a web page with ajax. In this tutorial we make use of the HTML input type of color. We then generate an Ajax request to the processor. This in turn returns CSS code that changes the color on the webpage.

Read More
Ajax How To Process More Than One Form Item
Ajax How To Process More Than One Form Item

In this Ajax tutorial, you will learn how to process more than one form item. Ajax is very fast and can retrieve data in a split second.

Read More