Se me ocurre esto:
1) tienes 1 pagina php uno.php que tiene un formulario donde debo ingresar datos y cuando presiono aceptar llama a dos.php
2) dos.php contiene lo siguiente:
Código HTML:
<html>
<head>
<title>0</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body>
cualquier código HTML o PHP
<div align="center">
<input name="button" type=button onClick="history.go(-1)" value=Regresar>
</div>
</body>
</html>
cuando presiono regresar debiera mostrar uno.php sin problema.
salu2