Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/06/2006, 19:32
resu
 
Fecha de Ingreso: mayo-2006
Ubicación: Argentina (Buenos Aires,CABALLITO)
Mensajes: 331
Antigüedad: 17 años, 11 meses
Puntos: 9
Código PHP:
$connect=mysql_connect('localhost','fi000328','654321')or die('ERROR EN LA CONEXION :'.mysql_error());
mysql_select_db('654321',$connect) or die('ERROR AL ESCOJER LA BD :'.mysql_error());  
$result=mysql_query("Select * from Table where usuario='$Usuario'"$connect); 
$consulta=mysql_num_rows($result);
while(
$row=mysql_fetch_array($result))
echo 
''.$row[nombre].'-'.$row[apellido].''
hace tu tabla como html,y la pones en el echo,y donde queres que aparescan los resultados pone '.$row[nombre].'