Quantcast
Channel: Tópicos
Viewing all articles
Browse latest Browse all 14700

Alguém me consegue explicar isto

$
0
0
Boas!
Eu tenho um tabela que cria botões automáticos para apagar e alterar em que todos funcionam menos o sublinhado.


Imagem Colocada

Código :
<html>
<form class='form' method='POST' action=''>
                                         <tbody>
                                                 <tr>
                                                         <td><center>"; echo $row['Username']; print "</center></td>
                                                         <td><center>"; echo $row['Data']; print "</center></td>
                                                         <td><center>"; echo $row['Hora']; print "</center></td>
                                                         <td><center>"; echo $row['NrPessoas']; print "</center></td>
                                                         <td>
                                                                 <center>
                                                                 <button name='btapagar' onclick='return ConfirmDelete();' value='echo $row['ReservaID'];' type='submit' style='color:Black; background:transparent; border: 0;'><i class='fa fa-trash-o'></i></button>
                                                                 <button name='btalterar' value=' echo $row['ReservaID']; ' type='submit' style='color:Black; background:transparent; border: 0;'><i class='fa fa-pencil'></i></button>
                                                                 </center>
                                                         </td>                                         
                                                 </tr>
                                         </tbody>
                                 </form>

</html>

Viewing all articles
Browse latest Browse all 14700

Trending Articles