I have a Table in PHP and in every tr I need a link
<?php
$con = mysqli_connect("localhost","root","", "saber");
mysqli_set_charset($con,"utf8");
$result = mysqli_query($con,"select id,nome,vista from mensagens");
while($row = mysqli...
asked by
10.07.2015 / 17:19