Annoyingly, my regex, even after all these years of web development, is still completely horrible – pretty much non-existent actually. Which is exactly why I...
Thanks to the powerful command line ffmpeg package and PHP’s ability to execute server commands through shell_exec, generating a thumbnail image from a given video...
If you are a web developer, then installing the Apache, MySQL and PHP stack is of paramount importance, something that becomes apparent when you look...
I came across an interesting problem the other day when a fairly large (poorly written) form seemingly wasn’t being completely processed, and no one could...
Variable function execution is a pretty handy trick, particularly if you are not assured that all objects carry the same set of shared functions. For...