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); ?>
}// end sub include "template.php";?>