[PHP-WIN] Session problem...

2002-02-15 Thread Brian Feliciano
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

[PHP-WIN] Authorization

2002-02-15 Thread Gehring Uwe
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

Re: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-15 Thread Christoph Grottolo
| 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

[PHP-WIN] Re: Authorization

2002-02-15 Thread Christoph Grottolo
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

Re: [PHP-WIN] Session problem...

2002-02-15 Thread Piotr Pluciennik
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

Re: RE: [PHP-WIN] Getting PHP to behave with MS SQL Server 7

2002-02-15 Thread Todd WIlliamsen
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

[PHP-WIN] Re: Session problem...

2002-02-15 Thread Nicole Amashta
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

[PHP-WIN] Re: Undefined Index....

2002-02-15 Thread Nicole Amashta
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