Re: [PHP] Gathering user info with php or php and mysql.

2002-06-13 Thread Chris Bunting
>Run this little program: > > > >and see if you don't learn something useful. > >migue Thank you.. This is just what I was trying to find.. Well, The info at least. Never would of thought about a tag to show the info.. Again, Thank you.. Chris Bunting ___

Re: [PHP] Gathering user info with php or php and mysql.

2002-06-13 Thread Miguel Cruz
On Fri, 14 Jun 2002, Chris Bunting wrote: > My htaccess file: > > ErrorDocument 401 /error/error401.php > ErrorDocument 403 /error/error403.php > ErrorDocument 404 /error/error404.php > ErrorDocument 500 /error/error405.php > > My question is this, Is it possible to use php to get the referring

[PHP] Gathering user info with php or php and mysql.

2002-06-13 Thread Chris Bunting
Hi All, I've been messing around and trying to figure out how to log info for error messages. I'm using a htaccess file to redirect requests to php error pages like below, My htaccess file: ErrorDocument 401 /error/error401.php ErrorDocument 403 /error/error403.php ErrorDocument 404 /error/e