location.href

JavaScript, PHP

PHP-JavaScript: header(Location…) x location.href

PHP: Utilizando “header(location…)” <? header("Location:index.php"); ?><? header("Location:index.php"); ?> PHP: Utilizando “header(location…)” com parâmetros <? header("Location:index.php?mensagem=OK"); ?><? header("Location:index.php?mensagem=OK"); ?> JavaScript: Utilizando […]

Rolar para cima