Well i trying to make a logout link that will exit frames to go to normal html page:
when someone logout this command is run 2 transfer to next page:
[PHP]header("Location: index.php?result=0"); [/PHP]
what i am trying to do is exit the frames so that the index file is showed alone.
I know that you can use the Target command in regular HTML link but i am not aware of how to use it in php.