Time to Say Goodbye to PHP 7.4 — My Blogs Are Finally Getting an Upgrade After Years on PHP 7.4, It’s Finally Time to Upgrade to 8.x PHP 7.4 …
August 5, 2024
algorithms, BASH, c / c++, c #, C/C++, C# (CSharp), Go, Go Programming, Hashing, java, Java, javascript, Node.Js, PHP, php, programming languages, Python, Rust
A simple yet effective hash function for strings is the well-known “djb2” algorithm by Daniel J. Bernstein. It is simple to implement and has good performance characteristics for many …
The wordpress shortcode is a great feature that we can easily add via the add_shortcode function. This post introduces two shortcode functions in WordPress to get the top 10 …
Sometimes, we want to include the PHP or HTML or external files in a wordpress post or page, then we can use the following PHP code to add a …
Some server URLs (images or videos) are protected with the referer link checks, so you cannot directly use the URLs by placing them in your website HTMLs. You will …