List of Delegates AMS2012
Unable to connect to the MySQL Server.
Please check in functions.php for the correct username and password.."); $select = mysql_select_db($dbname, $conn); return($conn); } $conn=connect_db(); $sql="SELECT * FROM crm_attendances, crm_contacts WHERE crm_project='R-014-VN-11' AND crm_attendances.ct_reference = crm_contacts.ct_reference and crm_contacts.ct_reference!=''"; $prj_rs=mysql_query($sql, $conn); if (!$prj_rs) die("MYSQL: ".mysql_error($conn)); echo "
"; echo ""; while($prj_row=mysql_fetch_assoc($prj_rs)) { extract($prj_row); $sql="SELECT * FROM crm_accompany WHERE ct_reference='$ct_reference' AND prj_ref='$current_ams'"; $acc_rs=mysql_query($sql, $conn); echo ""; echo ""; echo ""; } echo ""; echo "
Country | Name | Organisation |
---|---|---|
$ct_prf_stat_country | $ct_idv_title $ct_idv_formatted_name "; echo " | $ct_prf_org |
";
Please check in functions.php for the correct username and password..