how can I get current URL from php ? I want to save this url to cookie and reload later if necessary thanks
Take a look at the output from print_r($_SERVER). Everything you need is in the $_SERVER variable.
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php