using .htaccess file: add the next line to .htaccess file: php_value safe_mode “1” using php.ini file in php.ini add this line…
Category: PHP
If you are using woocommerce + wordpress and you have errors in Google Search Console with the following Microdata properties: Missing…
The simplest method is to use the default function in php: array_multisort and array_column. Below you have a functional example of…
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…