|

List Home > Programming / Scripting > [ Post New Problem ]
Welcome back !
| TrackingID : | 234 |
| Posted : | Sunday, November 09th, 2003 10:53:13 AM |
| By : | bigjon |
| Tracert in PHP ? | Configuration: |
I'm thinking it probably isnt as I haven't seen it done anywhere before, but thought I'd check!
you can easily get the users IP address, but can you get php to automatically effectively do a tracert to find the string saying where the user is coming from? (if you do the tracert in windows, i mean the last result you get).
Is it possible?
| Operating System : MS Windows XP
|
Comments :
Re: Tracert in PHP ? by nibbleguru on November 09th, 2003 10:54:06 AM You could run an exec() tracert and weed through the array of output to find the line you need. Shouldn't be hard. |
List Home > Programming / Scripting > [ Post New Problem ] |
|