[PHP-WIN] Re: Accessing Outlook via COM object

2003-09-23 Thread Sek-Mun Wong
hi Ron, I'll swing at this :)... I've never done this in PHP, but have done a bit of work in Win32 Perl to M$-Exchange. The obvious thing to me is: echo $session->Logon("'','',False,True,,True," . $strExchangeServer .$vbLF . $strMailbox); should read: $session->Logon("'',"",False,True,-1,True

Re: [PHP-WIN] Problem with 2 buttons

2003-09-23 Thread Bobo Wieland
maybe you could do it like this: change the name attribute of the buttons to something else (or leave them out all together)... add and onclick event and some javascript to set the values of the hidden fields... something like this (simplified): [CODE]