PHP string functions to find, replace, remove and extract
PHP has a lot of string functions, the ones used in this post are mostly of the str_ variety except there are many ways and options to do the tasks…
PHP backend web language
PHP has a lot of string functions, the ones used in this post are mostly of the str_ variety except there are many ways and options to do the tasks…
I got sick of opening up the weather app or website and searching a location to see how windy is was gonna be in x amount of days time. Whilst…
I have always been curious about the handling and usability of data between a MySQL database and JSON files in PHP. I decided to do some reasonable case examples using…
Here is how to automatically with the Twitter api and a cron job tweet out if you finished 1st, top 5 or top 10 in your last Fortnite game along…
Here is how to get your Twitter api Consumer Key (API Key), Consumer Secret (API Secret) , Access Token and Access Token Secret. With these 4 values you can tweet…
To get your or another Fortnite players kills, K/D, matches played, wins, kills per match, time played, win ratio and more by using the api with PHP go to Fortnite…
The Fortnite tracker api is an excellent way to get your Fortnite battle royal stats, whilst there is no official api yet here is how to use the Fortnite tracker…
If you want to spice up your imagettftext use and use custom fonts from dafont here is how to do it: Choose your font from dafont in this example I…
Getting a YouTube videos tags using the YouTube api in PHP is actually quiet easy, just follow this guide. You will need your YouTube api key! It easy to just…
If you have a variable reading 27654 which actually means 27,654 minutes and you wanted to convert this number and output it into hours and minutes here is how: The…