-
PHP: Extract just the domain name from an URL
Although I posted this on Stack Overflow, but I thought for reference purposes I’ll keep a copy here as well on how to extract the domain name from a URL in PHP: If you just want to handle three character top level domains – then this code works: <?php // let’s test the code works: […]
-
Techy: Resetting a Windows Vista Password
How to reset a Windows Vista (or XP) lost password using the Trinity Rescue Kit (TRK)
-
PHP: Zend Framework and Browser Content-types
What capitalisation of Content-type do you need to use when checking headers in Zend Framework?