![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/06/2005, 14:52
|
| | Fecha de Ingreso: mayo-2004 Ubicación: SurOeste de Guayaquil
Mensajes: 241
Antigüedad: 20 años, 8 meses Puntos: 0 | |
<?php
$db = mysql_connect("localhost","base","123");
mysql_select_db("base",$db);
$result = mysql_query("SELECT * FROM series WHERE serie='VEY11' and rango_del > '202807' and rango_al < '202807'",$db);
while($row = mysql_fetch_array($result)){
echo "<br>". $row[0] ."--". $row[1];
}
?>
__________________ javier |