Hi,
Any one who has experiences in setting the value of COM object's Attribute
property
please help...
The COM runs well in ASP:
<%asp
'The Attribute property specifies and retrieves name-value pairs.
'
'Syntax:
'
'Header.Attribute(bstrName) = String
'String = Header.Attribute(bstrName)
'
'Par
Thx Dvdmandt,
I have enable it and use var pass by reference but it still doesn't work.
However, when I switch to the PHP5 RC1, it works!~~
I use the recommonded php.ini setting( means the "pass by reference" is
DISABLED ).
my previous version is 4.3.6.
I really love PHP 5! :)
Strongly suggest a
Hi,
<>
When I converting lines of ASP code:
<%
dim keysobjs
dim privkey
dim pubkey
dim seed
Set keysobj= CreateObject("wmrmobjs.WMRMKeys")
keysobj.GenerateSigningKeys privkey, pubkey
seed = keysobj.GenerateSeed()
Response.Write privkey
Response.Write ""
Response.Write pubkey
Response.Write ""
Re