[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] Troubleshooting tips???
From: |
Izzy Blacklock |
Subject: |
Re: [Phpgroupware-users] Troubleshooting tips??? |
Date: |
Sat, 29 Mar 2003 22:57:20 -0700 |
User-agent: |
KMail/1.4.3 |
On Thursday 27 Mar 2003 8:33 pm, Izzy Blacklock wrote:
> What is the best way to produce output to a file? I need something that I
> can add anywhere without it effecting the rest of the code. Something like
> a simple fprintf function in C.
I managed to find _an_ answer to this myself. fopen, fputs, fclose. Is this
the best way to go about it?
> Are there any logging facilities in phpgw? How about debugging options?
> Are there any tips for troubleshooting problems with phpgw that are worth
> documenting?
???
...Izzy