If you have a simple site without daily updates, without frequent database searches or if you want certain pages that are…
Tag: script
Maybe someone has done such an experiment, I did not search the whole internet, but below you have the result of…
I worked for a while until I found the answer to the most used PHP functions in the most popular CMS, but…
Next you have two functions in PHP to get all word combination from phrase, but the algorithm can be translated into…
Lorem ipsum or just Lipsum is placeholder text commonly used in laying out web designs, print or graphic. For those who…
There are N servers, each server has a fixed bandwidth available. The idea is that you want mirrored file hosting (CDN) so…
The simplest method is to use the default function in php: array_multisort and array_column. Below you have a functional example of…
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…