Tracing calls using Var_Dump and STDOUT

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
biren
Forum Newbie
Posts: 1
Joined: Tue Aug 07, 2007 11:18 am

Tracing calls using Var_Dump and STDOUT

Post by biren »

Hi,
I am working on synchronization of Microsoft Outlook with another software.But i am unable to connect to my software via Outlook.So I am trying to check where the calls are going.For this I am using Var_Dump before my software calls Microsoft Outlook.But there is nothing written to the logs.I then decided to STDOUT to a file.Right now I am working on that.
Does anyone have some idea for this.Any help is appreciated.

Bye
Post Reply