The simplest method is to use the default function in php: array_multisort and array_column. Below you have a functional example of…
Category: PHP
The fate of humanity in 4 steps! while ( 1 ){ if (!humanity) { action_love_more(); } elseif (!love) { action_love_more(); }…
Below you have two useful functions when you want to periodically delete the contents of a folder, especially when working with…
How to recover MySQL database files accidentally deleted if someone accidentally deleted all the table files from a MySQL Server data…
From curiosity and for my own knowledge, I wanted to test whether there is any significant difference in performance between ImageMagick…