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 MoreThis 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 MoreAdvanced 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 MoreThis 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 MoreIn 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 MoreLet'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 MoreYou 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 MoreCreate 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 MoreCreate 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 MoreIn 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 MoreThe 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 MoreYou 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 MoreYou 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 MoreIn 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