Exemplo n.º 1
0
                    </td>
                    <td style="border:1px solid black;" width="400">
                        Destination
                    </td>
                    <td style="border:1px solid black;" width="250">
                        Class
                    </td>
                    <td style="border:1px solid black;" width="250">
                        Price
                    </td>

                </tr><tr>
                    <?php 
include "client.php";
session_start();
$user = $_SESSION["id"];
$client = new client();
$name = $client->getName($user);
$client->listBookings($user);
?>
                </tr>
            </table>

        </div>
        <div id="back">
            <a href="CustomerProfile.html">Go back to the main page</a></br>
            <a href="Home.html">Go back to the search page</a>
        </div>
    </body>
</html>