Estoy creando un script tipo tusecreto.com.ar pero me falta la parte de moderación tengo este código ya hecho pero no logro hacerlo funcionar, alguna sugerencia? todo lo demás ya lo tengo programado:
Código PHP:
Ver original<?php
include_once('datos.php');
?>
<!-- / contenido - columna derecha -->
<div class="content_left">
<?php
SELECT secreto,edad,fecha,id,sexo,estado
FROM secretos
WHERE estado = 0
LIMIT 1",$conexion) or
{
echo'<div id="secreto_'.$reg['id'].'" class="secreto"><div class="secr_titulo tit_sexo'.$reg['sexo'].'"><span class="display"><big>'.$reg['edad'].'</big><small>años</small></span><span class="info inf_sexo'.$reg['sexo'].'">'.$reg['fecha'].'</span><span class="numero"><small>Número</small><big>'.$reg['id'].'</big></span><span class="clear" style="display:block;"></span></div><p class="secr_texto">'.$reg['secreto'].'</p><div class="secr_pie"><div id="rating_570491" class="rating"><div id=star1 class="star"><a style="width: 100%" href="#1">1</a></div><div id=star2 class="star"><a style="width: 100%" href="#2">2</a></div><div id=star3 class="star"><a style="width: 100%" href="#3">3</a></div><div id=star4 class="star"><a style="width: 100%" href="#4">4</a></div><div id=star5 class="star"><a style="width: 100%" href="#5">5</a></div></div><div style="float:right;"><p id="votados_570491" class="votados"><strong>4.7</strong> [88 votos]</p></div><div style="height:12px; margin-top:12px;"><img id="rating_submit_ajax_570491" src="images/ajax_loader.gif" width=16 height=11 style="display:none;" /></div></div></div>
<div class="separator10" style="clear:both;"> </div>';}
?>
<div class="secr_pie"><div style="margin: 0pt auto; text-align: right;"><img id="vote_submit_ajax_mod" src="images/ajax_loader.gif" style="display: none;" height="11" width="16"> <input name="mod_aceptar" class="boton boton_mod_aceptar" value="Aceptar" onclick="DoModeraSecretoExec(1);" type="button"> <input name="mod_rechazar" class="boton boton_mod_rechazar" value="Rechazar" onclick="DoModeraSecretoExec(2);" type="button"></div></div></div>
<div class="separator10" style="clear: both;"> </div>
</div>
<div class="separator10" style="clear: both;"> </div>
<!-- /content -->