Board Logo

2 comp Q's, 1 php, 1 XP
amazer - April 24th, 2004 at 07:20 PM

XP
=====

XP shits me. You know how when you have multiple windows of the same thing open and they all go under the same button of the task bar. Like I have 4 IE windows open but they all go under the one taskbar button, instead of 4 seperate ones like in 98. Is ther a setting I can change to get rid of that?

PHP
======

Playing with authorisation here. Is there a way to force someone to login every time they access a page. At the moment the username/password are cached.

if (isset($_SERVER['PHP_AUTH_USER']) && isset($_SERVER['PHP_AUTH_PW'])){............

[Edited on 24-4-2004 by amazer]


Canni. - April 24th, 2004 at 07:30 PM

Yeah that thing with xp bugged me too...I did this awhile ago so I think to fix it right click on the task bar....click 'properties' then under heading task bar there will be a box that says "group similar task bar buttons" uncheck that box....


amazer - April 24th, 2004 at 07:34 PM

Thanks! ur a gem.


That will save me a lot of frustration.