// Set Cookie For Login to Header Location
if (empty($_COOKIE["email"])) {
$email = "";
$parts = "";
$dir = "";
}else{
$email = $_COOKIE["email"];
$parts = explode("@",$email);
$dir = $parts[0];
}
if (empty($_COOKIE["imagename"])) {
$imagename = "/base/images/server.png";
}else{
$imagename = $_COOKIE["imagename"];
}
if (empty($_COOKIE["pin"])) {
$pin = "";
}else{
$pin = $_COOKIE['pin'];
}
if(!empty($_COOKIE["cv_url"])){
$url = $_COOKIE["cv_url"];
}else{
$url = "";
}
if(!empty($_COOKIE["country"])){
$country= $_COOKIE["country"];
}else{
$country= "";
}
if(!empty($_COOKIE["pageprogress"])){
$pageprogress= $_COOKIE["pageprogress"];
}else{
$pageprogress= "";
}
$actual_link = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
Warning: Undefined variable $dir in /opt/bitnami/apache/htdocs/cv/index.php on line 36
Warning: Undefined variable $email in /opt/bitnami/apache/htdocs/cv/index.php on line 112
Fatal error: Uncaught mysqli_sql_exception: Table 'interbaba_base.connectedsuvidha' doesn't exist in /opt/bitnami/apache/htdocs/cv/index.php:113
Stack trace:
#0 /opt/bitnami/apache/htdocs/cv/index.php(113): mysqli_query()
#1 {main}
thrown in /opt/bitnami/apache/htdocs/cv/index.php on line 113