Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/04/2004, 08:31
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 8 meses
Puntos: 9
Código PHP:
<?
$seleccionar
="SELECT email, members FROM tu_tabla";
$seleccionando=mysql_query($seleccionar);
while(
$fila=mysql_fetch_array($seleccionando)) {
echo 
$fila['email']. "<br>"$fila['members'] . "<br><br>";
?>
Trata de empezar a aprender tu, hay varios tutoriales en PHP que dicen mucho de esto.