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,...
2 comments
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,...
2 comments
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...
9 comments