Tema: HTML to SQL
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/11/2009, 01:30
Yukas
 
Fecha de Ingreso: octubre-2003
Mensajes: 46
Antigüedad: 20 años, 7 meses
Puntos: 0
Respuesta: HTML to SQL

No se si me he explicado bien, yo me refiero a que tengo un huevo de archivos .html com tablas así:

Código PHP:
<table width="422" border="0" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC">
  <
tr bgcolor="#333333" class="menu">
    <
td align="center">Lugar</td>
    <
td align="center">Nombre</td>
    <
td align="center">Tiempo</td>
  </
tr>
  <
tr bgcolor="#EBEBEB" class="text02">
    <
td align="center">1&eacute;</td>
    <
td align="center" bgcolor="#EBEBEB"Manolo de los palotes</td>
    <
td align="center"5'08' </td>
  </
tretc... 
Y quiero transformar esos .html a .SQL (INSERT INTO `BD` VALUES...) para importarlos a la BD.

Y por más que busco no encuentro ningun converter ni nada...