Cheka el pdo esta asi tu tienes tu funcion asi:
Código PHP:
Ver original<?
function redireccionar(){#aqui no capeo como le pasas la variable $_web
}
?>
y el pdo es ke nos marca esto:
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/funciones/funciones.php:258) in /home/xxxxxxx/public_html/funciones/funciones.php on line 20
tons hay que validar ese pdo
http://php.net/manual/es/function.headers-sent.
tons la funcion deberia ser (pseudocodigo):
Código PHP:
Ver original<?
function redireccionar($_web){
if headers sent?><!--cierra el php pa que metas javascript-->
<script> window.blabla ="<?=$_web?>";</script>
<?
else
}?>
tambien te recomiendo que le des una leida a esta seccion del manual
http://php.net/manual/es/reserved.variables.server.php
pa que no tengas que cambiar el dominio de donde estas programando , sino que php lo haga por ti