Inicial » Informações » Recadastramento
$sql = mysql_query("SELECT * FROM pages WHERE id='10'");
$query = mysql_num_rows($sql);
if($query != 0) {
$linha = mysql_fetch_object($sql);
?>
=$linha->content;?>
O Conteúdo referente a esta página foi excluido, ou o conteúdo ainda falta ser cadastrado!";
}
?>