php-windows Digest 19 Jan 2007 07:19:51 -0000 Issue 3117

Topics (messages 27402 through 27403):

Re: COM surgery
        27402 by: git

Re: File not found error
        27403 by: Alex Keim

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
On Tue, 16 Jan 2007 17:42:40 +0700, bedul wrote:

> 
> ----- Original Message -----
> From: "gunawan" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Tuesday, January 16, 2007 11:57 AM
> Subject: COM surgery
> 
> 
>> i read the com and interested using in my program..
>> but the help (php manual chm) don't give what i need
>> example :
>> $word = new COM("word.application") or die("Unable to instantiate Word");
>> echo "Loaded Word, version {$word->Version}\n";
>>
>> metods:
>> $obj = new COM("Application.ID");
>> what i want to build nextt is not a main problem right now, what i want to
>> ask was about how many Aplication.id able to receive by this com
>> i have only:
>> 1. word.application
>> 2. ADODB.Connection
>> 3. excel.application
>> are there any application.id ??
>>
>>
Dood,

For COM/ADODB check out:

http://nerds-central.blogspot.com/2006/12/connecting-to-sqlserver-from-php.html

Cheers

AJ

-- 
Cubical Land:
www.cubicalland.com
Nerds-Central:
nerds-central.blogspot.com

--- End Message ---
--- Begin Message ---
You know I didn't even notice that there is no php\includes dir until
you mentioned it. That's just the default config path so I just
assumed that includes dir would be there. I realize the release
canidate is probably not the best version of php to use but at the
time of install the most recent version of php did not actually work
on the most recent version of apache (this was several months back
now). The work around was to use the RC. I have a hard time believing
though that my problem is due to using an RC instead of the latest
stable version. Of course you never know. I will likely give the
latest version of php a shot when I get some time? Hopefully it has no
problems with Apache 2.2? Thanks again.
- Alex

On 1/17/07, Niel Archer <[EMAIL PROTECTED]> wrote:
Hi

> Thanks for the reply. I'm not sure I know what you mean by "if
> installed in its default layout". I didn't changed it at all. I just
> unpacked it in apache/htdocs/phpBB2.

 That's the default layout.  Installed as a sub-directory off the
document root.

 Does the 'c:\php\includes' directory actually exist and spelled the
same? As it's not one created by php by default.
 Also your info indicates that you're using a development version of
php (albeit a RC3). I'd download/install the latest stable version,
which is newer than that one anyway.  Unless you're an experienced user
willing to do testing, NEVER use a development/beta version of software
as it's asking for problems that you're volunteering to help fix.


Niel

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--- End Message ---

Reply via email to