Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/09/2008, 09:04
Telerama
 
Fecha de Ingreso: junio-2008
Mensajes: 32
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: Paso de variables PHP para redirección

Cita:
Iniciado por Carxl Ver Mensaje
Código PHP:
<?php
if($_GET['s'] == 0){  ?> 
 <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.google.es/search?hl=es&q=<?=$_GET['q']?>>
<?php  }else{ ?>

<?php ?>
Prueba con eso...

Saludos
Perfecto! Muchísimas gracias