Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/09/2004, 15:29
Rapi91
 
Fecha de Ingreso: marzo-2003
Ubicación: Son Galego ¡¡¡¡Galiza ceibe!!!
Mensajes: 77
Antigüedad: 21 años, 2 meses
Puntos: 0
muy facil.
Código PHP:
<?php
$sql 
"SELECT nick FROM chat WHERE id=2";
$result mysql_query($sql$con);
$row mysql_fetch_array($result);
?>
<PARAM NAME="NickName" VALUE="<?php echo $row["nick"?>"
__________________
:risa:
RAPI91
:)