Re: [PHP-WIN] Outlook 2007

2007-09-12 Thread Gustav Wiberg
Hi! I reprhase my question. Is there any alternative in PHP? Best regards /Gustav Wiberg - Original Message - From: "Niel Archer" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 12, 2007 6:30 PM Subject: Re: [PHP-WIN] Outlook 2007 Hi! I'm using Outlook-protocol when I do some

Re: [PHP-WIN] Outlook 2007

2007-09-12 Thread Niel Archer
> Hi! > > I'm using Outlook-protocol when I do some hyperlinking. This only works with > version earlier than Outlook 2007. > > Example :Test works together with Outlook 2003, > but not with Outlook 2007. > > What is the option/alternative to get this to work in Outlook 2007? > > Best re

[PHP-WIN] Solution - COM Objects - ActiveX etc.?

2007-09-12 Thread Gustav Wiberg
Hi! Regarding to my previous question about Outlook protocol together with Outlook 2007. Does active-x Outlook-model object work together with Outlook 2007? Does anybody know? http://www.outlookcode.com/d/OVCViewDemo.htm Is COM-objects the way to go instead of using outlook:// (because this

Re: [PHP-WIN] showing warnings

2007-09-12 Thread John Mertic
How about an EXPLAIN for the other query, namely: $sql = "SELECT Tune_Name,Tune_Type FROM Mobile_Tunes WHERE Tune_Name LIKE '".$tunename."%' AND Tune_Type = '".$tunetype."'"; I think that's the one that's an issue. You may also want to try rewriting it like this: $sql = "SELECT Tune_Name,Tune_Ty

[PHP-WIN] Outlook 2007

2007-09-12 Thread Gustav Wiberg
Hi! I'm using Outlook-protocol when I do some hyperlinking. This only works with version earlier than Outlook 2007. Example :Test works together with Outlook 2003, but not with Outlook 2007. What is the option/alternative to get this to work in Outlook 2007? Best regards /Gustav Wiberg

Re: [PHP-WIN] Single cmd session for all exec() calls - is this possible?

2007-09-12 Thread Stut
Melmack wrote: My PHP script executes many cmd commands. Functions like "exec()" or "system()" cause that new cmd session is started, the command is executed and the session is closed. Unfortunately it is very slow process so I would like to increase performance and open one cmd session on the be

[PHP-WIN] Single cmd session for all exec() calls - is this possible?

2007-09-12 Thread Melmack
Hello My PHP script executes many cmd commands. Functions like "exec()" or "system()" cause that new cmd session is started, the command is executed and the session is closed. Unfortunately it is very slow process so I would like to increase performance and open one cmd session on the begin of my