Do you want to find out the modification time of a file in your PHP script? Well, in this article you’ll find out how easy this is. 😉
Coding-Hacks
PHP: Quickly Generate An Array From Variables With The compact() Function
Do you want to build an array in PHP, which should contain existing variables? Well, there is an easy way to do this. PHP has a very cool function for this to do. You can use the variable’s name as the key and the variables value as the value.
Read morePHP: Quickly Generate An Array From Variables With The compact() Function