Skip to main content

Blog

Archive for the Array Category


Create PHP Title & Meta Description Tags with PHP Array
Posted on July 20, 2012 in Array, Function, PHP by Matt Jennings

Below is a function on how to create <meta name="description" content="blah" /> tags with an array and foreach method.

<?php
function …

Read more