bueno tengo una gran durda
estoy asiendo un sistema des descarga para mp3
con base de datos esta simplon , se poco de php
lo que me sale al ser la pegunta , los datos me los da asi
lo que yo quiero que salga es asi
"esta imagen la saque de una pagina ya echo XD "
lo otro es como aria para que me salga esa barra para ser soquiente
1 23456789 ..next>
esque si si tengo 100 ,solo los 100 me los mostraria en 1 sola pagina
nada vas , por ahora
aqui les dejo
el php
------
------
mp3.php
-------
<?
$cn = mysql_connect("localhost","root");
if($cn){
//echo "conexion : OK";
}
else{
echo "Conexión : error";
return;
}
echo "<br>";
require("url.php");
?>
<style type="text/css">
<!--
.Estilo100 {
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
}
.Estilo200 {
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: #FFFFFF;
}
<style type="text/css">
<!--
.Estilo1 {
font-family: Impact;
font-size: 15px;
}
.Estilo2 {
color: #FF0000;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}
.Estilo3 {
font-family: Arial;
font-size: 12px;
color: #3366CC;
font-weight: bold;
}
-->
</style>
<table width="655" height="36" border="0" cellspacing="0" background="imagen/corners_black_glossy.jpg">
<tr>
<td width="652"><div align="center" class="Estilo100">Lista de Ringtones Mp3 </div></td>
</tr>
</table>
<table width="655" border="0" cellspacing="0" background="imagen/border_table.JPG">
<tr>
<td width="653"><table width="596" border="1" align="center" cellspacing="0">
<tr>
<td width="590" bordercolor="#0000FF" bgcolor="#FFFFCB"><table width="587" border="0" cellspacing="0">
<tr>
<td width="35"><img src="imagen/notify_info.gif" width="35" height="35"></td>
<td width="536"><span class="Estilo200">Esta pagina no se hace responsable del mal uso de estoy archivos del que lo descarga </span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="239">
<?
mysql_select_db("mp3", $cn);
$resultado=mysql_query("select idmp3,nombre,cancion,autor,genero,mas from mp3ringtones limit 4", $cn);
while ($fila = mysql_fetch_row($resultado))
{
echo "<table width=600 height=222>";
echo"<tr>";
echo" <td height=216><table width=619 height=214 border=0 cellspacing=0>";
echo "<tr>";
echo"<td width= 172 height= 214 ><table width= 172 border= 0 cellspacing= 0 >";
echo"<tr>";
echo" <td width= 166 background= imagenes/1_.jpg > </td>";
echo" </tr>";
echo"</table>";
echo" <table width= 172 border= 0 cellspacing= 0 >";
echo" <tr>";
echo" <td background= imagenes/2_.jpg ><div align= center class= Estilo1 >".$fila[4]." </div></td>";
echo" </tr>";
echo" </table>";
echo" <table width= 172 height= 91 border= 0 cellspacing= 0 background= imagenes/2_.jpg >";
echo" <tr>";
echo" <td height= 91 ><table width= 134 border= 0 align= center cellspacing= 0 >";
echo" <tr>";
echo" <td width= 128 ><div align= center ><img src= imagenes/21.gif width= 76 height= 87 /></div></td>";
echo" </tr>";
echo" </table>";
echo" <table width= 142 border= 0 align= center cellspacing= 0 >";
echo" <tr>";
echo" <td width= 140 ><span class= Estilo2 >".$fila[3]."</span></td>";
echo" </tr>";
echo" </table>";
echo" <table width= 142 border= 0 align= center cellspacing= 0 >";
echo" <tr>";
echo" <td><span class= Estilo3 >".$fila[2]."</span></td>";
echo" </tr>";
echo" </table></td>";
echo" </tr>";
echo" </table>";
echo" <table width= 172 border= 0 background= imagenes/2_.jpg cellspacing= 0 >";
echo" <tr>";
echo" <td><table width= 150 border= 0 align= center cellspacing= 0 >";
echo" <tr>";
echo" <td><div align= center ><a href=\"$pagina/$fila[1]\"><img src= imagenes/Get_ringtones.gif width= 91 height= 20 border = 0 /></div></td>";
echo" </tr>";
echo" </table></td>";
echo" </tr>";
echo" </table>";
echo" <table width= 172 border= 0 cellspacing= 0 >";
echo" <tr>";
echo" <td background= imagenes/3_.jpg > </td>";
echo" </tr>";
echo" </table>";
echo" </tr>";
echo" </table>";
echo" </tr>";
echo" </table>";
}
// Finalmente cerramos la conexión
//$rpta =mysql_close();
//if ($rpta){
// echo "conexión : cerrada";
//}else{
// echo "conexión : error";
//}
?>
</td>
</tr>
</table>
<table width="655" height="35" border="0" cellspacing="0" background="imagen/corners_black_glossy_1.jpg">
<tr>
<td> </td>
</tr>
</table>
------
------
este le archivo url.php (puse para cambiar los enlaces de mp3 de uno solo ,para que no me roben mi musica )
---
<?
$pagina="http://montfort.mo.funpic.org/mixzoner/reggaeton";
?>
-----
-----
hi esta la base de datos que se llama mp3
Base de datos mp3 ejecutándose en localhost
# phpMyAdmin SQL Dump
# version 2.5.7-pl1
# http://www.phpmyadmin.net
#
# Servidor: localhost
# Tiempo de generación: 26-06-2008 a las 14:02:44
# Versión del servidor: 5.0.16
# Versión de PHP: 4.4.1
#
# Base de datos : `mp3`
#
# --------------------------------------------------------
#
# Estructura de tabla para la tabla `mp3ringtones`
#
CREATE TABLE `mp3ringtones` (
`idmp3` varchar(5) NOT NULL default '',
`nombre` varchar(100) NOT NULL default '',
`cancion` varchar(50) NOT NULL default '',
`autor` varchar(50) NOT NULL default '',
`genero` varchar(50) NOT NULL default '',
`mas` varchar(250) NOT NULL default '',
PRIMARY KEY (`idmp3`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
#
# Volcar la base de datos para la tabla `mp3ringtones`
#
INSERT INTO `mp3ringtones` VALUES ('m0001', '5 Letras -alex Y Fido-.mp3', ' 5 Letras', 'alex Y Fido', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0002', 'A Quien Le Inporta-Andy Andy.mp3', ' A Quien Le Inporta', 'Andy Andy', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0003', ' Zundada - Zion Y Lenon.mp3', ' Zundada', 'Zion Y Lenon', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0004', ' Zona Ganster - Daddy Yankee.mp3', ' Zona Ganster', 'Daddy Yankee', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0005', ' Yomo Dele - Yomo Fat Joe.mp3', ' Yomo Dele', 'Yomo Fat Joe', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0006', ' Yo Te Motive - Rakim Y Ken.mp3', ' Yo Te Motive', 'Rakim Y Ken', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0007', ' Yo Quiero Hacerte El Amor -wisin Yandel.mp3', ' Yo Quiero Hacerte El Amor', 'wisin Yandel', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0008', ' Contra El Muro - Dj Warner.mp3', ' Contra El Muro Contra El Muro Contra El', 'Dj Warner', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0009', ' Contigo -niga Pshico.mp3', ' Contigo', 'niga Pshico', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0010', ' Como Me Duele - Factoria.mp3', ' Como Me Duele', 'Factoria', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0011', ' Chica Virtual - Arcangel.mp3', ' Chica Virtual', 'Arcangel', 'reggaeton', '');
INSERT INTO `mp3ringtones` VALUES ('m0012', 'Te Clavo La Sombrilla - El Tema Del Verano.mp3', 'Te Clavo La Sombrilla', 'El Tema Del Verano', 'reggaeton', '');
-----
-----
aqui les dejo todo los php y base de datos y las imagenes un zip una ayuda pliz
http://djmixmancar.googlepages.com/wwwx.rar