$sqldest=mysqli_query($conn,"select * from destination order by name asc ");
while( $fetchdest=mysqli_fetch_array($sqldest,MYSQLI_ASSOC))
{?>
}?>