
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
session_start();
// Array
    echo "<pre>"; print_r($_SESSION['airmob']['etape']); echo "</pre>";
// Array
    echo "<pre>"; print_r($_REQUEST); echo "</pre>";



?>