#php
Read more stories on Hashnode
Articles with this tag
In this tutorial, we look at the PHP foreach() loop. We also look at how to use it while working with an indexed or associative array. This tutorial...
In this tutorial, we look at the PHP trim function. We look at how you can remove whitespaces and characters from a string using the trim function in...
In this tutorial, we look at the PHP explode function. We take a close look at its parameters, return values and it’s limitations. This tutorial is a...
In this short tutorial, we look at how to add to array in PHP, we look at the different methods and use-cases and weigh them against each other. This...
In this short tutorial, we look at how to check if a string contains a substring in PHP. We also take a look at the other relevant string manipulation...