Can anyone explain how to combine "url rewrite" and header() function.
example:
header('Locatio n: http://www.abc.com/a.php?username= abc&password=bs d');
rewrite url as: http://www.abc.com/a.php?somethingelse
example:
header('Locatio n: http://www.abc.com/a.php?username= abc&password=bs d');
rewrite url as: http://www.abc.com/a.php?somethingelse
Comment