0
I tried to use the following command to go to a wordpress page, but it did not work.
echo '<meta HTTP-EQUIV='Refresh' CONTENT='0;URL=$buscahttp>';
<script>location.href = 'http://www.xxx/¨'.$buscahttp</script>');
header('Location: '.$buscahttp);
Can someone help me?
Use only the function
header()
.– rray
THE CALL PAGE IS DYNAMIC OR VARIABLE, FIXED ADDRESS WORKS.
– Acgs
What doesn’t work exactly, it goes to an invalid page? It seems to me a mistake in the variable
$buscahttp
and not in redirect. More details.– Guilherme Nascimento