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.
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.
Lightboxes are a great way to display your photo gallery and super simple to implement. Learn how you can create your own with JQuery.
In Laravel, sometimes is may be necessary to access a controller method from another controller. Follow these simple instructions to implement this.
Discover how to apply volumetric weight calculations in WooCommerce to optimize shipping costs and streamline your process.
Learn how you can use JQuery, Ajax and PHP to search, filter and paginate through content like products and posts without reloading the page.
Learn how to create an order in WooCommerce programmatically. Add simple and variable products, update meta and assign the order to a user.
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.
In this post we'll add functionality to a form that allows the user to also sort the results of a multi-dimensional array using PHP's built-function, usort.
If you have a website or app that requires users to submit their South African ID number, you will definitely want to make sure it's valid.
Infinite scroll is a great way to increase page load times by excluding content until a user is ready to see it. This article explains how it can be done.