i have set up an array like this...
array(),"qty"=> array());
?>
i am inserting an entry by:
but i am getting an error of an undefined variable 'm' of which the first
letter of $$myCart...
how can i insert an entry to this kind of array? pls help.
thanks..
--
PHP Windows Mailing List
It seems that you have a config problem with DCOM in XP. As it is a new box
for me, I do not know if the config is the same as the one for NT. Anyway,
attached are some gif files for DCOM in NT sent to me by John Assendorf.
Hope it will help you, let us know if there are differences with XP.
A+
A
php-windows Digest 25 Nov 2001 22:05:32 - Issue 871
Topics (messages 10603 through 10605):
Embedded Classes and Sessions
10603 by: Luigi LF Rosso
Re: Please help with PHP COM problem (using MS Office)
10604 by: alain samoun
10605 by: Nicholas Catanchin
Administrivi
> Ha! maybe you make the same mistake of many: PHP is server side only,
you
> can't expect to see word or excel on the client side...
> Alain
Why, then, do all the PHP examples using COM that I've seen (including
yours at http://www.phpbuilder.com/columns/alain20001003.php3?page=2)
include the "V
Ha! maybe you make the same mistake of many: PHP is server side only, you
can't expect to see word or excel on the client side...
Alain
-Original Message-
From: Nicholas Catanchin [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 25, 2001 12:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN]
I can register objects just fine with classes UNLESS they're embedded in
another object, such as $user->address->getStreet();
If I register the user object, the whole thing should get carried through
right? Wrong. Only user and its fields get through while the embedded object
(address) does no
php-windows Digest 25 Nov 2001 08:02:48 - Issue 870
Topics (messages 10599 through 10602):
Site critique requested
10599 by: Mentor Mala
copy function on NT ?
10600 by: Patrick SILVA
10601 by: Mike Flynn
Please help with PHP COM problem (using MS Office)
Hi!
I can't for the life of me figure out how to make excel or word visible
using COM. What I mean is:
$excel = new COM("Application.Excel");
$excel->visible = true;
does not work for me, no matter what I try!
I am running PHP 4.0.6 CGI alongside Apache 1.3.22 on Windows XP. I have
no troubl