
Código:
<?php include('conex.php'); $conect=Conectarse(); $sql = "SELECT * FROM videos"; $rs= mysql_query($sql,$conect); <link href="css/feria.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .style1 {color: #CCCCCC} --> </style> <table width="200" border="1" cellpadding="0" cellspacing="0" bordercolor="#333333"> <?php while($row = mysql_fetch_array($rs)) { ?> <tr> <td class="Menu2 style1" > <?php echo $row["titulo"]; ?> </td> </tr> </table>