Ver Mensaje Individual
  #11 (permalink)  
Antiguo 03/03/2012, 20:51
Avatar de mazaku
mazaku
 
Fecha de Ingreso: septiembre-2009
Ubicación: Veracruz
Mensajes: 104
Antigüedad: 14 años, 8 meses
Puntos: 0
Respuesta: modificar funcion anterior siguiente

el problema no podra estar en la forma en que se hace el link de anterior y siguiente

Código PHP:
Ver original
  1. <td class="navLeft"><a href=<?=$_SERVER['PHP_SELF']?>?capitulo=<?php echo "$c_capitulo"; ?>&c=<?=getPrev($_REQUEST['c'], $pics)?> class="button medium green">&laquo; Anterior</a></td>
  2.         <td class="navRight"><a href=<?=$_SERVER['PHP_SELF']?>?capitulo=<?php echo "$c_capitulo"; ?>&c=<?=getNext($_REQUEST['c'], $pics)?> class="button medium green">Siguiente &raquo;</a></td>