Uploading Logitech Alert Security Video to Dropbox using PHP

Some time ago my house was broken into. My wife had left for a quick walk at a nearby park with our dog and within 30 minutes, at 10:30 in the morning, some people broke through our side-entry garage door and stole anything electronic that they could carry, as well as loaded weapons in a small safe. When my wife came home they escaped out the garage door again, leaving the house a mess. After this incident we decided to get some security cameras.
Continue reading

Creating a PHP/MySQL/JSON Comment System

I had developed a PHP comment system based on the code from the Advanced Comment System sample from HotScripts. This code worked well, but it wasn’t the most dynamic and needed to be improved.
Continue reading

Displaying user accounts in an AD Domain using PHP and UMRA

This article describes how to configure a UMRA project to query an Active Directory domain for all users and return the list with additional information to a PHP website. The website will read the table of user information and display the results.
Continue reading