We know how to use theĀ Refresh meta tag in our <head>
tags. But what if we needed to do the same thing, only this time, do it in PHP?
Categories
We know how to use theĀ Refresh meta tag in our <head>
tags. But what if we needed to do the same thing, only this time, do it in PHP?
Searching a PHP array was not as simple as I had thought. Sure, you can use array_search()
but that only finds one value off an array the last time I tried it out. I needed something to search a multidimensional array, for example… I tried many things before I finally figured it out!