$page = "index"; include_once('includes/connect.inc.php'); include_once('includes/config.inc.php'); include_once('includes/functions.inc.php'); $sqlPage = mysql_query("SELECT * FROM eigen_paginas WHERE id = '" . $page . "' LIMIT 1") or die(mysql_error()); $getPage = mysql_fetch_object($sqlPage); ?>