[PHP] COM and the PHP equivalent of ASP Currency data type

2008-12-04 Thread Alex Bovey
he parameter I am having problems with parameter 2 - $Quant. I tried to create a VARIANT of type VT_CY so I did: $qty = new VARIANT('1.', VT_CY); The error I am getting is: Uncaught exception 'com_exception' with message 'Parameter 2: Type mismatch. Thanks all,

[PHP] COM and com_safearray_proxy objects

2008-11-04 Thread Alex Bovey
produces any results so I can't imagine it's very common. Any ideas how I am to access that property in my code? Thanks all, Alex -- Alex Bovey Web Developer | Alex Bovey Consultancy Ltd Registered in England & Wales no. 6471391 | VAT no. 934 8959 65 PHP | MySQL | AJAX | XHTML | C

Re: [PHP] COM and VARIANT types

2008-11-04 Thread Alex Bovey
> I think this may be what you are looking for, but I don't know how > much it helps: > > http://www.marin.clara.net/COM/variant_type_definitions.htm > > Andrew Thanks Andrew - it's a start! Alex -- Alex Bovey Web Developer | Alex Bovey Consultancy Ltd Registered in

[PHP] COM and VARIANT types

2008-11-03 Thread Alex Bovey
Alex -- Alex Bovey Web Developer | Alex Bovey Consultancy Ltd Registered in England & Wales no. 6471391 | VAT no. 934 8959 65 PHP | MySQL | AJAX | XHTML | CSS | Javascript | XML | W3C Accessibility -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Accessing form values from multi selects or checkboxes

2004-08-24 Thread Alex Bovey
Hi, Is there a way I can access the values selected in a multi-select dropdown or group of checkboxes without appending square brackets to the name of the input field in my form so that it automatically becomes an array in PHP? i.e. rather than this: appleorange I would like to be able to do th