I’m going to show you how to automatically update the copyright year of your website without the use of PHP. I have been seeing a lot of posts about, how to update the copyright notice of your website using PHP’s date() function. What about those people whose websites are not PHP Diven?
Well, [...]
29 Feb
Posted by Luiz as Functions, Web Development
Hasin Hayder from Developer Tutorials wrote this neat post about using debug_backtrace. It could help you debug your code more efficiently and save you hours of dumping variables and testing functions, not to mention saving you from pulling your hair out. I myself used it a couple of times when writing class [...]