Find Palindrome Words in PHP with a Single Method
A palindrome is a word, number or even a phrase, which is symmetrical, for example when you…
A palindrome is a word, number or even a phrase, which is symmetrical, for example when you…
Generates an array, containing the Fibonacci sequence, up until the nth term. Create an empty array, initializing…
Check if a string starts with a given substring. startsWith string,beginner Use strpos() to find the position of $needle in $haystack. function…
Compare two strings and returns true if both strings are anagram, false otherwise. title tags isAnagram string,beginner Use count_chars() to compare $string1 and $string2….
This VScode extension provide a fullset of snippets for PHP devs. It’s pretty simple ! You can use it…
A Selection of really useful Date & Time PHP Snippets. Which are available to use under the…
An MIT licensed code snippet which, allows you to force a download of a file, Give that…
A PHP code method used to get geo information from a selected IP using the freegeoip.net service,…
Below are two MIT Licensed functions to Handle PHP Session Inactivity and Session Timeouts in PHP. Destroys…
A collection of wordpress functions, for modifying the WordPress Admin Dashboard. PHP function to change the footer…
In this short tutorial, we’ll connect to IPFS using the php-ipfs-api. This library requires PHP 7.3 and…
In this wordPress Plugin tutorial, we’ll show you how to create a simple WordPress plugin which counts…