Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/05/2003, 09:46
jhelu
 
Fecha de Ingreso: enero-2002
Mensajes: 106
Antigüedad: 22 años, 2 meses
Puntos: 0
Hola este es el archivo CONN.PHP

<?
$Conexion = mysql_connect("localhost","bol_ligas","bol");
mysql_select_db("bol_satelite");
?>

Anexo de nuevo el script-..

categorias.php

<?php
require ("conn.php");

//Show the latest
$sContent = "";
$sContent = $sContent . "<table border=\"0\" width=\"100%\">";

$oRS = mysql_query( "SELECT * FROM CatLigas ORDER BY Id" );
while ( $row=mysql_fetch_array($oRS) )
{
$Id =$row["id"];
$Ligas =$row["ligas"];

$sContent = $sContent . "<tr>";
$sContent = $sContent . "<td width=\"100%\">$Id</td>";
$sContent = $sContent . "</tr>";
$sContent = $sContent . "<tr>";
$sContent = $sContent . "<td width=\"100%\">$Ligas</td>";
$sContent = $sContent . "</tr>";
}

$sContent = $sContent . "</table><br>";
?>

gracias.. les agradeceria si me pueden decir donde esta el error.....
__________________
Jherrera.NET