Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/04/2015, 13:56
ariki
 
Fecha de Ingreso: abril-2015
Mensajes: 27
Antigüedad: 9 años
Puntos: 1
Respuesta: Página en blanco en php después de un formulario

te lo date fácil si lo estas haciendo en DW vas a "comportamientos del servidor" (Ctrl+F9, si no lo tienes abierto o "Ventana>Comportamientos del servidor") dos click en tu inserción de registro y al final donde dice "Tras insertar, ir a" una url de archivo o buscar uno qe puedes previamente crear
y listo

ahora si no es asi

agrega esto en el body y modificalo a gusto

Código PHP:
<div id="contenido">
  <
div id="apDiv1"><table width="427" height="293" border="0">
    <
tr>
      <
td><h1 align="center">Registro exitoso!</h1></td>
    </
tr>
    <
tr>
      <
td><h3 align="center">El registro a sido exitoso</h3></td>
    </
tr>
    <
tr>
    </
tr>
    <
tr>
      <
td><div align="center">
        <
form name="form1" method="post" action="index.php"//EN IDEX.PHP MODIFICALO POR LA PAG QUE QUIERES VOLVER POR EJEMPLO AL INICIO O AL FORMULARIO//
    
<div id="content">
        <
ul class="buttons">
            <
li><input type="submit" id="TU IDE DEL SUBMIT" name="submit"  value="VOLVER" /></li>
        </
ul>
        <
ul class="buttons">
        </
ul>
    </
div>
        </
form>
      </
div></td>
    </
tr>
  </
table></div
ESTA UN POCO DESORDENADO POR QUE ES EL QUE ES UNA COPIA DEL QUE ESTOY HACIENDO

Última edición por ariki; 18/04/2015 a las 13:57 Razón: desordenado