header
Remove archive pages in WordPress, how to
I think that in most blogs (that is not all) archive pages are redundant content and there’s no need to…
Correct headers to download a CSV from PHP
With these headers you can force a download from php, for example, to let the user download a csv frmatted…
Tiny url encode and decode with PHP
The first functions make short urls using tinyurl.com service. It’s a very popular function on the web, you can find…