does anyone here got an idea.. what make this message " This webpage has a redirect loop.
The webpage at http://www.example.com/seek has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer."
from the chrome browser.
The header redirection for IE, FF AND SAFARI are working.
define(SITE_URL,"http://www.example.com");
$cleanData = "search data";
$urlNow = SITE_URL."/quicksearch/".$cleanData;
header("Location: ",$urlNow);
thanks in advance.!!!