PHP health checks

my current script worked fine until the dba change to windows auth using my computernames$
can someone help convert the below use windows auth?

thanks

<?php $DB01 = "ITD-MS05.123.com\IT"; $DBconst01 = array("Database"=>"WEB", "UID"=>"web_web", "PWD" => "********", "CharacterSet" => "UTF-8"); $OracleUser = "public_web"; $OraclePass = "*********"; $OracleDB = "db10"; ?>
Sponsor our Newsletter | Privacy Policy | Terms of Service