//include ("functions.php"); //include ("displayvars.php"); //open password file $file = fopen("/mnt/eve/share/icadi/access/icadi-db.rc", "r"); while (!feof($file)){ $line = fgets ($file, 80); if(preg_match("/^USERNAME\t(.+)/",$line, $match)) { $db_username = chop($match[1]); } if(preg_match("/^PASSWORD\t(.+)/",$line, $match)) { $db_password = chop($match[1]); } } fclose($file); //Connect to dB global $db_connection; $db_connection = mysql_connect("mysql.phhp.ufl.edu", $db_username, $db_password ) or die ("Couldn't connect to database."); mysql_select_db("icadi",$db_connection) or die ("Couldn't select database."); unset($db_username); unset($db_password); ?>
ICADI Program Director
icadi@phhp.ufl.edu
ICADI Coordinator
icadi@phhp.ufl.edu
352-273-5216
Sponsor and Partner Organization Coordinator
icadi@phhp.ufl.edu
352-273-6621
Registration Chair
icadi@phhp.ufl.edu
352-273-6099
ICADI
University of Florida
101 S Newell Dr.
Room 2101
Gainesville, FL 32611
ICADI
University of Florida
PO Box 100164
Gainesville, FL 32610-0164