include "site.php"; ?>
$fullpath = $_SERVER['PHP_SELF'];
$path = explode("/", $_SERVER['PHP_SELF']);
$articulo=str_replace("_"," ",$path[count($path)-1]);
?>
$articulo=str_replace("_"," ",$path[count($path)-1]);
echo $articulo." - ".$site_name;
?>
$qry = sprintf("select * from articulos where titulo='%s'", $articulo);
$result = mysql_query($qry, $conn);
$row = mysql_fetch_array($result);
$miss=$articulo;
?>
|
> |
include "links.php"; ?>
include "yellow.php"; ?>
|
include "banner.php"; ?>
echo $row["detalle"]; ?>
| Posiblemente mal escribio: |
|
include "miss.php"; ?>
|
|
include "120x600_as.php"; ?>
|
| (c) 2007 - echo $site_name; ?> |