I've done a php to list the rooms, but I'm having difficulty listing them, if anyone can help me, I would appreciate it.
<?php
$link = mysqli_connect("localhost","root","","hotel");
$result = mysqli_query("SELECT descricao FROM quartos WHER...
asked by
08.06.2015 / 21:53