PHP

Pure PHP Point of sale system with MySQL

A few days ago I did an exercise on a sales system in PHP. It is written in pure PHP,…

4 years hace
Laravel POS System – Free and open sourceLaravel POS System – Free and open source

Laravel POS System – Free and open source

Today I am going to show you a software that I just made with Laravel. It is a sales system,…

4 years hace
PHP & MySQL tutorial using PDOPHP & MySQL tutorial using PDO

PHP & MySQL tutorial using PDO

Although there are millions of tutorials about MySQL and PHP, I decided to make mine but in a very very…

6 years hace
Migrate customers table from MijoShop to OpenCart 3Migrate customers table from MijoShop to OpenCart 3

Migrate customers table from MijoShop to OpenCart 3

When we migrate customers from MijoShop to OpenCart there is a little problem: the methods to hash passwords are different…

6 years hace
Reset OpenCart user password manually (in database)Reset OpenCart user password manually (in database)

Reset OpenCart user password manually (in database)

Today we will see how to reset the OpenCart password (e-commerce system in PHP) manually, directly in the database; generating…

6 years hace
How to install OpenCart 3 on Windows and LinuxHow to install OpenCart 3 on Windows and Linux

How to install OpenCart 3 on Windows and Linux

In this tutorial I will show how to install OpenCart in its version 3 on a server with PHP. You…

6 years hace

PHP: Generate cryptographically secure token

Intro Sometimes we need to create a random string or token using PHP. For example, it's quite common that when…

6 years hace