When something is changed in the database, I want it to change also on the web
I try to use a function () example:
function actualizar_datos(){
//Contenido para actualizar las variables de $_SESSION['']
$_SESSION['nombre'] = $VARIBLE_HOST;
$_SESSION['email'] = $VARIABLE_HOST;
}