Yes and NO ! Yes, it is partially compatible, hardware and software as syntax, but certain predefined constants do not exist.…
Tag: code
How to look for similar expressions (similarities) in a list of strings in php Source code: $list = [ ‘a’ =>…
If you have a simple site without daily updates, without frequent database searches or if you want certain pages that are…
I personally tested a few routines to find out if the extension in a url is one of the searched and…
For a recent project I was looking for a simple solution to reduce the size of a css file (minimize), I…
I worked for a while until I found the answer to the most used PHP functions in the most popular CMS, but…
Morse code, created by Samuel F. B. Morse and Alfred Vail in the early 1840s, is a character encoding for transmitting telegraphic information, using sequences…
Scroll <ul> or <ol> list when a key is pressed. The list is scrolled where an element that starts with the…
Below you have two useful functions when you want to periodically delete the contents of a folder, especially when working with…