I want to create variables $_SESSION
according to the name of the data that brings me from a query
while ($row = oci_fetch_assoc($validacion)){
borrado($row["ID_CENTRAL"]);
$_SESSION['echo $row["ID_CENTRAL"];'] = $row["ID_CENTRAL"];
conexion($row["ID_CENTRAL"],$row["IP"]);
}
IF someone knows how I can achieve that, thank you Help!