Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/09/2005, 12:42
tattojk
 
Fecha de Ingreso: febrero-2005
Mensajes: 673
Antigüedad: 19 años, 2 meses
Puntos: 2
Pregunta Este es el codigo

<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?php
include "conexion.php";
$Sql = "select * from parametros_cartas where num=1";
$Busq = mssql_query($Sql,$conexion);
?>
<table width="90%" border="0">
<tr>
<?php
while($row = mssql_fetch_array($Busq))
?>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>

Saludos.
Como puedes ver dibido la tabla en 2 columnas; y en la tabla esta definida las clausulas; Ej:Clausula primera: y el contenido de la clausula y asi sucesivamente.

Alguien sabe como hacerlo???