Passing data between VBscript ASP and PHP pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
leosuth
Forum Newbie
Posts: 2
Joined: Fri May 19, 2006 4:30 am

Passing data between VBscript ASP and PHP pages

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

VBScript will not have access to the session information PHP contains.
Post Reply