Build a Basic Login System Using PHP and MySQLi Learn how to create a login system in PHP including creating a database table to store user credentials, implementing the login form, validating user input, and handling authentication.
How to Create Pagination With PHP Learn how you can use a for loop to create pagination with offsets and limits using loops and PHP's built-in array_slice() function.
How to Import a CSV as a JavaScript Object Learn how to convert CSV data into JSON (a JavaScript object), so you can manipulate it, perform calculations and display it as you see fit.
Online Tool to Verify a South African ID Number With this tool, you can easily check if a South African Identity Number is valid.
Prevent Multiple Form Submissions With JQuery or Vanilla JavaScript Have a form that sends data that takes more than a few seconds to process? Prevent multiple form submissions with JQuery and even vanilla JavaScript.