Sorry, I forgot to say that the workstations have windows 2003 installed.
Thank you
User Profile
Collapse
-
Active Directory & IIS Permissions
Hello;
This is the situation:
In PC 1 I have the Active Directory
In PC 2 I have running the IIS and an Intranet.
I want to set different group/users permissions to the intranet. For example I want some users can navigate in intranet/folderX and other not.
What I should do?
Any idea is welcome, happy 2007 to all! -
-
Php Gd... when white is not white
Hi forum,
Below is a sample code that creates a "white" gif image. I want to know... why the background result color is FEFCFE intead of white (FFFFFF)? When I use imagecreate instead of imagecreatetrue color, the white color is OK.
Thanks in advance!
<?php
$file= "image.gif" ;
$img = imagecreatetrue color(100,20);
$white= ImageColorAlloc ate($img, 255,... -
Function Recursive returned value
Hi,
I have this function that works...
function _getNoCategorie s($parent){
$sql = 'SELECT id FROM mod_catalogue_c ategory WHERE parent='.$paren t;
$cats = $this->db->get_results($s ql);
foreach($cats as $cat) {
//$r.=$cat->id.',';
$this->excludeCat.=$c at->id.',';
$b=$cat->id;
$this->_getNoCategori es($b);
}
...
No activity results to display
Show More
Leave a comment: