|
/* ------------------------------------------------ abrindo enquete -----------------------------------------------------*/
$sql = "select * from enquete_a";
$resultado = mysql_query($sql);
$linha = mysql_fetch_array($resultado);
$conta = mysql_num_rows ($resultado);
if($conta == 0) { }
else
{
?>
|
|
echo $linha['enq_perg']; ?> |
|
|
|
} //fechando if mostrar resultado enquete
/*--------------------------------------- fechando enquete -------------------------------------------*/ ?>
/* ------------------------------ noticias ----------------------------------------------*/
$query = "SELECT * FROM noticias ORDER BY not_data LIMIT 0, 4";
$result = mysql_query($query);
$numtotal = mysql_num_rows($result);
if($numtotal == 0) {} else {
?>
|
while ($array_result = mysql_fetch_array($result)) {
$id = $array_result["not_cod"];
$titulo = $array_result["not_tit"];
$data = $array_result["not_data"];
$separa = explode("-",$data);
$ano = $separa[0];
$mes = $separa[1];
$dia = $separa[2];
$data2 = $dia."/".$mes."/".$ano;
?>
|
 |
} ?>
|
|
} //fechando if "visualizar noticias"
/*-----------------------------------------fechando noticias---------------------------*/ ?>
/*----------------------------------videos------------------------------------------------*/
$query_vid = "SELECT * FROM videos";
$result_vid = mysql_query($query_vid);
$numtotal_vid = mysql_num_rows($result_vid);
if($numtotal_vid == 0) {} else {
?>
|
$sql = "select * from videos";
$res = mysql_query($sql);
while ($linha = mysql_fetch_array($res)){
?>
$nome_arrumado2 = substr($linha['vid_tit'], 0, 34); ?>
|
echo $nome_arrumado2; ?> |
} ?>
} // fecha if mostrar videos
/*-----------------------------------------fecha videos---------------------*/ ?> |
 |
include $pagina ?> |
|
 |
|
Pousada Palmital - Fone: (41) 99751-9331- Av. Paraná, 350
Balneário Caiobá - CEP: 83.260 000 - Matinhos - Pr |
|
|