Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/04/2012, 02:29
thezzin
 
Fecha de Ingreso: septiembre-2008
Mensajes: 350
Antigüedad: 15 años, 8 meses
Puntos: 31
Respuesta: Problema al recargar web

inténtalo así:

Código PHP:
<?php 
$SEL 
$_SERVER['PHP_SELF'];
if (isset(
$_POST['enviar'])){
//Resto del código aquí ******
?>
<script language="javascript">
alert('Tu mensaje se ha enviado correctamente'); document.location ='<?php echo $SEL;?>';
</script>

<?php
}
?>
__________________
╬-----╬
║☺₧☻║
╬-----╬