[PHP-WIN] Re: ASP to PHP

2005-09-09 Thread Mark Rees
So I have I this problem. I have asp page that has a link to a PHP page, when I click on the link I get the PHP with no problems but if I click back to the asp page and click on the PHP page I get a HTTP 500 Internal server error. If I hit the refresh button I get the php page again. The PHP page i

Re: [PHP-WIN] Re: ASP to PHP

2005-09-09 Thread Mark Rees
Please reply to the list. I still don't understand the problem. Anyway, you have this in your ASP file: When you submit that form to the PHP file, you can retrieve the value with $_GET('_VIEWSTATE') or $_POST('_VIEWSTATE') When you "go back" to the ASP page, what do you mean? Clicking "back

Re: [PHP-WIN] Re: ASP to PHP

2005-09-09 Thread cybermalandro cybermalandro
Sorry for the confusion. I am going from and asp page to a php form via a link in the asp page. In order for the user to see the PHP page the variable _VIEWSTATE has to be set as input hidden type. This variable is actually a session variable. The thing is that this value should always be the sa

Re: [PHP-WIN] Re: ASP to PHP

2005-09-09 Thread cybermalandro cybermalandro
I guess it would if it is needed by IIS. I get a page cannot be displayed message typical IIS crap. On 9/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > To be honest, I can't see why a session variable should cause an > Internal Error message. > > Tryst > > -Original Message- >