How to get information from remote client

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Rohitsing
Forum Newbie
Posts: 1
Joined: Mon Oct 29, 2007 4:52 am

How to get information from remote client

Post by Rohitsing »

Hi all,
I was developed one site and put it on our server.When client access this site,i want the system configuration of clients machine like php version as well as apache version he/she used when he clicked on link named 'System Requirements' in our site.So anybody give the detailed code for this.
Thank You
Rohit
Last edited by Rohitsing on Mon Oct 29, 2007 6:05 am, edited 1 time in total.
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Post by pcoder »

I think you don't have suffecient knowledge of client and server.
First of all go through it..
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You won't be able to fetch much information about a client machine (requesting agent) that they do not voluntarily send to your server.

Maybe we're misunderstanding you?
Post Reply