Coding

Create Trigger in PostgreSQL

The trigger will be associated with the specified table, view, or foreign table and will execute the specified function function_name when certain events occur. The trigger can be specified to fire before the operation is attempted on a row (before…

PHP UDP Syslog Client

Wiki Syslog is a widely used standard for message logging. It permits separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them. Computer system designers may use syslog for system…

Assessment of Open XML Library

Wiki Office Open XML (also informally known as OOXML or OpenXML) is a zipped, XML-based file format developed by Microsoft for representing spreadsheets, charts, presentations and word processing documents. Because Excel file is base on Open XML, so we can…