Hello
This doesn't make much sense, no. One minute it's a hidden form input on a
page which isn't a form, then it's a session variable, then it's a cookie!
Your problem is that you have a variable which you need to pass from the ASP
to PHP page, isn't it? Ignoring what you are doing at the momen
>
> -Original Message-
> From: cybermalandro cybermalandro <[EMAIL PROTECTED]>
> To: Mark Rees <[EMAIL PROTECTED]>
> Cc: php-windows@lists.php.net
> Sent: Fri, 9 Sep 2005 11:58:30 -0500
> Subject: Re: [PHP-WIN] Re: ASP to PHP
>
> Sorry for the confusion. I a
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
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