ethereal1m Posted March 27, 2012 Share Posted March 27, 2012 Dear all, Is it possible to link a php web page into a ASP3 classic page? Suppose there's a link on a ASP page into a PHP page, also there a link in the PHP page to the ASP page. I was thinking about use session variable to go back and forth between the page, but I don't know how to use the variable in the PHP or ASP code. Is this a correct way? Or is there any other approach? regards, ethereal1m Quote Link to comment https://forums.phpfreaks.com/topic/259816-linking-php-web-page-with-asp3-classic/ Share on other sites More sharing options...
requinix Posted March 27, 2012 Share Posted March 27, 2012 ...They're just links. It doesn't matter whether a page is PHP or ASP, you can use whatever links pointing wherever you want. Am I missing the point? Is there something else going on? Quote Link to comment https://forums.phpfreaks.com/topic/259816-linking-php-web-page-with-asp3-classic/#findComment-1331620 Share on other sites More sharing options...
ethereal1m Posted April 9, 2012 Author Share Posted April 9, 2012 Linking ASP to PHP script is easy. But to keep track ASP session is different thing. My problem is: PHP page cannot keep track the last ASP session that it was linked into. I was thinking about using cookies to keep track, but not sure the details are. Or do you better solution? Quote Link to comment https://forums.phpfreaks.com/topic/259816-linking-php-web-page-with-asp3-classic/#findComment-1335526 Share on other sites More sharing options...
KevinM1 Posted April 9, 2012 Share Posted April 9, 2012 Cookies can work as they're a language agnostic technology. You can set them in one language and read them in another. Quote Link to comment https://forums.phpfreaks.com/topic/259816-linking-php-web-page-with-asp3-classic/#findComment-1335531 Share on other sites More sharing options...
ethereal1m Posted April 10, 2012 Author Share Posted April 10, 2012 ok let me just try that.... Quote Link to comment https://forums.phpfreaks.com/topic/259816-linking-php-web-page-with-asp3-classic/#findComment-1335939 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.