Ver original$array_datos = array( 'x' => 'y'); $email = '[email protected]'; $array_datos['email'] = $email; var_dump($array_datos);