Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Amigos, apanhei o dia todo e resolvi pedir socorro....
preciso de um help aqui....
<html><title>DH_P1</title>
<body>
<?
include "mysqlconecta.php"; // Conecta ao banco de dados
include "mysqlexecuta.php"; // Executa a cláusula SQL
$sql = 'SELECT * FROM `ABUSIVO` WHERE `UID` LIKE \'%1%\' AND `DIVISAO` LIKE \'DH\' AND `CONQUISTA` IS NULL';
$res = mysqlexecuta($id,$sql);
?>
<table width="25%" height="297" border="5" align="center">
<tr>
<td height="116"><img src="images/Membros/tmp/dh.jpg" width="578" height="112"></td>
</tr>
<tr>
<td>
<div align="center">
<p><font color="#666600"><strong>MODO DE DENUNCIAR! </strong></font></p>
<p><font color="#999900"><strong>Incitação ao ódio
ou Conteúdo violento!</strong></font></p>
</div>
<p align="center"><strong><font color="#666633">DETALHES:</font></strong></p>
<p align="center"><strong><font color="#999900">Profile created in order
to practice and make apology for the crime homophobia! </font></strong></p>
<p align="center"><strong><font color="#999900">PLEASE consider and take
appropriate measures!</font></strong></p>
</td>
</tr>
</table>
<p> </p>
<table width=86% border="5" align="center" cellspacing=0 bordercolor="#CCCCCC" cellpading=0>
<?
while ($row = mysql_fetch_array($res)) {
?>
<tr bordercolor="#000000">
<td width="35%"><strong><?echo $row['NOME'];?> </strong> <div align="left"></div></td>
<td width="65%"><strong><?echo $row['UID'];?> </strong> <div align="left"></div></td>
</tr>
<?
}
?>
</table>
</body>
</html>
PRECISO QUE O CAMPO UID SAIA JA LINKADO NA PAGINA, TO USANDO href MAS NAO DA RESULTADO...
COMO FAÇO?
Carregando comentários...