Page 1 of 1

Passing data between VBscript ASP and PHP pages

Posted: Mon Mar 19, 2007 12:11 pm
by leosuth
I have a site written in PHP which I am upgrading to support a page with additional functionality written in VBScript (taken from a different site all written in VBScript) where it works very well.

I am trying to use session variables to pass information bewteen the PHP and pages and the new VBScript page. How do I do this? I don't want to convert from VBScript to PHP (or vice versa)

Leo
-----------------------------
Time flies like an arrow,
Fruit flies like a banana

Posted: Mon Mar 19, 2007 12:24 pm
by feyd
VBScript will not have access to the session information PHP contains.