I am using this code to redirect to different pages in my domain.
<a href="
redirect.php looks like this:
<?
switch($url){
case '1': $links = "case '2': $links = "}
header ("Location: $links"
;
exit;
?>
My query is, can I have the address bar after redirection show only " instead of "
I wish to avoid the use of frames.
Thanks in advance.
Mop
********Byte me ********
<a href="
redirect.php looks like this:
<?
switch($url){
case '1': $links = "case '2': $links = "}
header ("Location: $links"
exit;
?>
My query is, can I have the address bar after redirection show only " instead of "
I wish to avoid the use of frames.
Thanks in advance.
Mop
********Byte me ********