Ver original<?php$prueba=$_REQUEST['nombre']; if($prueba=="a"){header('Location: http://www.google.com/');exit(); }else{if($prueba=="b"){header('Location: http://www.hotmail.com/');exit(); }}?>