Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/members/inc/
Upload File :
Current File : /var/www/cesa.co.za/members/inc/db.inc

<?php

// echo $server;
// exit;

if (!isset($conxan)) {
	$conxan = mysql_connect($server,$user,$pass);
	mysql_select_db($db,$conxan);
}