|
-
May 29th, 2004, 02:21 AM
#1
Thread Starter
Lively Member
-
May 29th, 2004, 03:48 AM
#2
You can't get the ISP, but you can get the browser type. I think it's in $_SERVER['USER_AGENT'] or something like that. That's the UA identification string. Note that most browsers allow the client to set this to whatever they want, so it's unreliable.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 29th, 2004, 05:24 AM
#3
Thread Starter
Lively Member
check out this sig i think its written in php, just this much info would be cool
-
May 29th, 2004, 05:48 AM
#4
That signature uses the HTTP_USER_AGENT string your browser sends.
It will typically look like this:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040210 Firefox/0.8
Well thats my user agent string generated by Firefox.
Windows NT 5.0 = Windows 2000 and the rest speaks for its self.
-
May 29th, 2004, 05:59 AM
#5
Thread Starter
Lively Member
If a browser hits a php script can it echo the last website you visited?
-
May 29th, 2004, 07:08 AM
#6
<?="Moderator"?>
Take a look at the it has all the server variable that you can use in php. That should be enough for you to gather all the information you need about the person viewing the page.
http://www.php.net/manual/en/reserve...riables.server
-
May 29th, 2004, 07:35 PM
#7
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|