¿No se podría hacer así?
Código PHP:
function atras() {
alert("Volvemos atrás");
history.back();
}
---------------
<button onclick="atras()">Atrás</button>
__________________
- Haz
preguntas inteligentes, y obtendrás más y mejores respuestas.
- Antes de postearlo Inténtalo y Búscalo.
- Escribe correctamente tus mensajes.