|    
			
				30/08/2006, 10:37
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: enero-2006 Ubicación: Monterrey,Mexico 
						Mensajes: 952
					 Antigüedad: 19 años, 9 meses Puntos: 3 |  | 
  |   Código PHP:    <?php$num_reg=mysql_num_rows($result);
 if($num_reg== 0)
 {
 print "no hay registros";
 }
 else{
 while ($row=mysql_fetch_array($result))
 {
 echo ('<a href="'.$row["archivo"].'" target="_blank">Ver Archivo</a>');
 }
 mysql_free_result($result)
 }
 ?>
 
				__________________  -URL=  Go PHP5 . 
-Age=22. 
-Learning=PHP,J2EE,Struts,MAMBO,C++,JSON,AJAX,XHTML  ,CSS.     |