how can i avoid this message in IE
-
Warning: Page has Expired
The page you requested was created using information you submitted in a form. This
page is no longer available. As a security precaution, Internet Explorer does not
automatically resubmit your information for you.
To resubmit
Hi,
my system is Win2k, IIS5, php4.06 as CGI. I have windows
authentification turned on on certain subdirs on a intranet, formerly
known as "nt challenge"(?). How can I get the authenticated user into
php? Without extra questioning of course...
TIA
Uwe
--
PHP Windows Mailing List (http://www.ph
| The first thing I would check is to make sure that the php_mssql.dll
module
| is installed correctly. You can do this by creating a simple script with
|
| php_info();
You mean
phpinfo();
Christoph
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
Hi
> my system is Win2k, IIS5, php4.06 as CGI. I have windows
> authentification turned on on certain subdirs on a intranet, formerly
> known as "nt challenge"(?). How can I get the authenticated user into
> php? Without extra questioning of course...
You should have the variable $AUTH_USER avai
What version of IE are you using? Is this problem
occurs with different versions or only with 4?
Piotr
--- Brian Feliciano <[EMAIL PROTECTED]> wrote:
> how can i avoid this message in IE
> -
> Warning: Page has Expired
> The page you requested was created using information
> you submitted
I found the problem...
For some unknown reason, I cannot connect to the sample database Northwind.
It doesn't like it, even if I am connecting as "sa" weird
"Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> | The first thing I would check
Like the message suggests, it's a safety precausion. This is so you can't go
around and push back buttons on browsers in public environments so to
retrieve people's data.
Say you were checking your mail on a public terminal. If anyone could go
back on the browser, they could check your mail.
Pur
First thing I thought when I saw that was a database table index.
But, it appears that when you try to reference the field of the row array,
it's saying it is undefined.
First make sure that there were rows returned before continuing to go
through the "returned data set" ... in case there was no