Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

178
Vistas
is it possible to create a redirect page with diffrent content?

what i need is: create a redirect page with diffrent content (in same url) depending on source url where visitor come! for exemple :

  • Visitor X come from a href url www.example.com/page?u=target1.com
  • Visitor Y come from ahref url www.example.com/page?u=target2.com

the redirect page for both visitors X and Y is www.example.com/redirect-page but with different content for the visitor X a (button) with a href button to target1.com for the visitor Y a href (button) to target2.com (sorry for my bad english, i hope get the right answer )

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

  1. read the query parameter
       parse_str($_SERVER['QUERY_STRING'], $queries);
       $queries["u"] will be the target
    
  2. Store the target value in session $_SESSION["targetValue"] = $queries["u"]
  3. Redirect the user to /redirect-page/
  4. You can show/hide/render depending on $_SESSION["targetValue"]
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda