Ok, in javascript you would write "document.parent.location" to get the address of the page (the frameset page or parent if you use frames). i need to get that same location in PHP!
i have tried hard, but i'm not very good at php...
Please help me!!
Remember, PHP is a server side scripting language. Javascript is a client side scripting language. PHP can output the javascript that will get the frame info you are looking for.