Hi How can I get the url from the current page ?? Does one function exist in php to get this information?? Thanks
There is a global variable $PHP_SELF, I think should do the trick.
Andy