header
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…