""))
{
header("Location:"."gen_confirm.php?errmsg=".urlencode('You are already logged in as '.$_SESSION["avomc_username"]));
die();
}
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);
$username="";
$pwd="";
//---------comment these to disable autofill
$username="demo";
$sbq_mem="select * from avomc_seekers where avomc_username='$username'";
$sbrow_mem=mysqli_fetch_array(mysqli_query($link, $sbq_mem));
$pwd=$sbrow_mem["avomc_password"];
//---------end comment these to disable autofill
?>
|
|
""))
{
?>
//?>
|
| |
Click here to
signup or fill the following form to login. |
| |
Click here to retrieve
lost signup information. |
| |
Click here to go to
previous page. |
| |
}// end of main()
include "template.php";
?> |