> Hi. This seems like it should be simple. I've had no problem doing this > in other languages, but can find no reference to this function in the > PHP manual. > > How can I get PHP to return the referring URL? > Depends on your PHP version and webserver install. In most cases $_SERVER['HTTP_REFERER'] works. http://www.php.net/manual/en/reserved.variables.php#reserved.variables.serve r This isn't really database related. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php