Tema
:
como mostrar el contenido de un registro en una tablas html
Ver Mensaje Individual
#
2
(
permalink
)
17/03/2013, 12:23
cachusan
Fecha de Ingreso: septiembre-2011
Mensajes: 219
Antigüedad: 13 años, 5 meses
Puntos: 31
Respuesta: como mostrar el contenido de un registro en una tablas html
Tenes un error en la linea 8 de tu código:
Código PHP:
Ver original
mysql_select_db
(
"test"
)
OR
die
(
"Connection Error to Database"
)
;
Tu base se llama "tatos" no "test".
Saludos
cachusan
Ver Perfil
Buscar todos los Mensajes de cachusan