Defining a Constant with PHP
Defining a constant in PHP can come in handy when working with a value that will be used throughout your script. What is a constant exactly? According to PHP.net, “A…
Defining a constant in PHP can come in handy when working with a value that will be used throughout your script. What is a constant exactly? According to PHP.net, “A…
This is a quick little piece of code that I have been using a lot lately. I needed to get the category ID but all I had to work with…