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
> 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
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
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
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
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
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