|
$url = "http://www.liderfmlivramento.com.br/noticias/";
$url_path = explode("/", $url);
include "$url_path[3]/includes/config.php";
include "$url_path[3]/LKn_funcs.php";
conexao($host_db,$usuario_db,$senha_db,$BancoDeDados);
mostra_news("Acorda_cidade",20,1,"dstac",3,"500x500",0);
close_con();
?>
|