RE: [PHP-WIN] Re: Unsetting PHP_AUTH_*

2003-01-29 Thread DAS6804
OK, thank you very much, Vladimir. I've used session variables and it's solved ;) Thanks for your helping! Danny > -Mensaje original- > De: Vladimir Galkov [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles, 29 de enero de 2003 15:12 > Para: [EMAIL PROTECTED] > Asunto: [PHP-WIN]

RE: [PHP-WIN] Warnings!

2003-01-29 Thread DAS6804
>Warning: Unknown(): Failed opening >'C:\Inetpub\wwwroot\resume\product_listing.php' for inclusion >(include_path='.;c:\php4\pear') in Unknown on line 0 ¿Do you have PHP installed in C:\PHP4? Este correo electrónico contiene información privada y confidencial. Si usted no es el destinatario del me

[PHP-WIN] Unsetting PHP_AUTH_*

2003-01-29 Thread DAS6804
Hello to all I've the variables $PHP_AUTH_USER and $PHP_AUTH_PW set and I want to unset them because I check if they're set or not in order to show the authentication dialog box. The unset command appears not to be working with them (even if I try doing unset($GLOBALS['PHP_AUTH_USER'])...) Any su