Creating a PHP syslog daemon

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
dimitris
Forum Contributor
Posts: 110
Joined: Wed Jan 14, 2004 3:47 am
Location: Athens, Greece

Creating a PHP syslog daemon

Post by dimitris »

I have a server Windows 2003 which receives DHCP syslog messages from another server! With Kiwi i can listen them and write them to file! What i need is php to by able to listen to UDP syslog messages and write each message to DB. Any ideas how to implement this?
Post Reply