RE: [PHP-WIN] The COM problem when converting from ASP to PHP

2004-04-29 Thread Gryffyn, Trevor
MAIL PROTECTED] > Sent: Friday, April 23, 2004 9:16 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] The COM problem when converting from ASP to PHP > > Hi, > > < again,sorry. -- stev>> > > When I converting lines of ASP code: > > <% > dim keys

[PHP-WIN] The COM problem when converting from ASP to PHP

2004-04-23 Thread Steven Kidd
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