El problema es que al pulsar el boton enviar, solo me muestra el codigo fuente, mas nada, les adjunto el codigo Saludos!
Código HTML:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> </head> <body> style="width: 1434px; height: 32px; text-align: left; margin-left: auto; margin-right: auto;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="background-color: rgb(149, 243, 192); text-align: center;">Registro De usuarios</td> </tr> </tbody> </table> <br> <form method="post" action="registro.php" <br> type="submit"><input name="borrar" value="Borrar datos" type="reset"><br> <?php if ( !empty($_GET['registro']) ) { printf("El registro ha sido exitoso."); } ?> </div> </form> </body> </html>
El codigo php
Código PHP:
Ver original
<?php if(password==rePassword){ printf("El usuario y pass an sido registrados en el navegador exictosamente , seras redirecionado a otra web"); } else{ } ?>