Yii: How to hide index.php in URLs on Windows Server IIS
How to hide index.php in URLs on Windows Server IIS: make your PHP URLs pretty, even on a Windows Server.
How to hide index.php in URLs on Windows Server IIS: make your PHP URLs pretty, even on a Windows Server.
With my association to Booking Systems (with RobotBooker.com), I use date/time formatting frequently. So, for…
Decoding JSON Arrays with PHP: JSON is a very popular data format. Although it is simple in scope it can sometimes be confusing to decode in PHP. I think this is because it decodes as object and/or arrays in PHP, so here’s an example that you may like to follow to see how it’s done.