PHP Programming

Dynamic Variable Names in PHP

Anyone who has spent a large amount of time programming in PHP has probably used it’s dynamic variable name feature at least once. For those of you who are unfamiliar with it’s usages I will give a quick example: The above is a method I often use to make sure that all POST or GET […]

Continue Reading...