include_once "myconnect.php";
function main()
{
$servername='localhost' ; // Replace this 'localhost' with your server name
$database_username='avomcons_admin'; // Replace this with your username
$database_password='ind2))))'; // Replace this with your password
$database_name='avomcons_jobseekers'; // Replace this 'db' with your database name
$link = mysqli_connect($servername,$database_username,$database_password,$database_name);
$sbrow_con=mysqli_fetch_array(mysqli_query($link, "select * from avomc_config"));
$avomc_cat_listing=$sbrow_con["avomc_cat_listing"];
$work_exp="";
$cid_list="";
$cat_list="";
$loc_list="";
$loc_id_list="";
?>
}// end main
include "template.php";
?>