no lo entiendo del todo haber si me dan una mano en como se anlaza cada página
http://www.forosdelweb.com/showpost....&postcount=106
les presento como he ido colocando el codigo
marquesina.php
Código PHP:
<script language="JavaScript1.2">
require("Sitio_Seguro/autentificador/aut_config.inc.php");
var ancho=300
var alto=150
var velocidad=3
var contenido='<?
$defecto="noticia base";
$db_conexion= mysql_connect("$sql_host", "$sql_usuario", "$sql_pass") or die(header ("Location: $redir?error_login=0"));
mysql_select_db("$sql_db");
$ssql=("SELECT idnoticia,ntitulo, DATE_FORMAT(nfecha,'%d-%m-%Y') AS nfecha FROM tbnoticia ORDER BY nfecha desc limit 3");
$result=mysql_query($ssql);
while ($row=mysql_fetch_array($result)){
if($resultados[ntitulo]!=$defecto){ // Probar agregando parte de la bajada
echo "<a href=noticias.php?idnoticia=".$row['idnoticia'].">".substr($row[ntitulo],0,20)."...<br>(".$row[nfecha].")</a><br><br>";} }
?>'
if (document.all)
document.write('<marquee direction="up" scrollAmount='+velocidad+' style="width:'+ancho+';height:'+alto+'">'+contenido+'</marquee>')
function regenerar(){
window.location.reload()
}
function regenerar2(){
if (document.layers){
setTimeout("window.onresize=regenerar",450)
inimarquee()
}
}
function inimarquee(){
document.cmarquee01.document.cmarquee02.document.write(contenido)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=velocidad
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=alto
scrollit()
}
}
window.onload=regenerar2
</script>
Código PHP:
require("../Sitio_Seguro/autentificador/aut_config.inc.php");
$defecto="noticia base";
$db_conexion= mysql_connect("$sql_host", "$sql_usuario", "$sql_pass") or die(header ("Location: $redir?error_login=0"));
mysql_select_db("$sql_db");
//defino la variable que viene por get
$idnot=$_GET['idnoticia'];
//defino el Select de la consulta y luego hago la consulta
$ssql=mysql_query("SELECT idnoticia,ntitulo, DATE_FORMAT(nfecha,'%d-%m-%Y') AS nfecha FROM tbnoticia WHERE idnoticia=$idnot");
while($row=mysql_fetch_array($ssql))
{
if($resultados[ntitulo]!=$defecto){ // Probar agregando parte de la bajada
echo $fecha=$row[nfecha]." - ";
echo "<b>".$row[ntitulo]."</b><br><br>";
$variable=$row['ntitulo'];
// Convertir links (URLs) usé este código que saque del foro para revisar el contenido y ver si hay //vínculos y linkear.
$variable = eregi_replace('(((f|ht){1}tp://)[-a-zA-Z0-9@:%_\+.~#?&//=]+)', '<a href="\\1" target="_blank">\\1</a>', $variable);
$variable = eregi_replace('([[:space:]()[{}])([url]www.[/url][-a-zA-Z0-9@:%_\+.~#?&//=]+)', '\\1<a href="http://\\2" target="_blank">;\\2</a>;', $variable);
echo "<br>". $variable ."<br>";
}
}
?>
<hr size="1" noshade>
<a href="javascript:history.back()">Volver a Marquesina</a>
el problema es que cuando llego aver la noticia me muestra una página en blanco