Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Write to system log

Tue Oct 28, 2008 1:02 am

Code:
<?php
   define_syslog_variables
();
   
openlog("www.codemiles.com"LOG_PIDLOG_USER);
   
syslog(LOG_WARNING,"your system warring here.");
   
closelog();
?>




Post a reply
  Related Posts  to : Write to system log
 Write to file using php     -  
 write a program in c++ for the following...     -  
 how to write jsp in Eclipse     -  
 Write a program in C++     -  
 Read and Write to file using ASP     -  
 File write read     -  
 how to write interface program     -  
 Read and write CSV file     -  
 Write data to ports     -  
 How to write an interesting blog post?     -  

Topic Tags

PHP Files and I/O