Hi all,
I've got a script using com objects that will work in asp but not work
with php.
The asp script creates an object that does something and returns a
string. I want this sting to be passed to an php script without
putting it in a getstring. The getstring will expose the value and
thats not my intention. Encryption is an option but I'm not charmed by
that solution. I'd rather do it behind the scenes.
Who knows a creative way to do this?
TIA
Roger
I've got a script using com objects that will work in asp but not work
with php.
The asp script creates an object that does something and returns a
string. I want this sting to be passed to an php script without
putting it in a getstring. The getstring will expose the value and
thats not my intention. Encryption is an option but I'm not charmed by
that solution. I'd rather do it behind the scenes.
Who knows a creative way to do this?
TIA
Roger
Comment