Tutorial: Using Concatenation in PHP Useful for outputting logs and other stuff

Sometimes, you’ll find yourself having a lot of variables that you need to mix together. Concatenation is very handy for mixing your variables into a coherent output. A simple example of how to do concatenation: // assign the values for

Read More Tutorial: Using Concatenation in PHP Useful for outputting logs and other stuff