browser properties

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
keerthika
Forum Newbie
Posts: 10
Joined: Wed Nov 05, 2008 7:07 am

browser properties

Post by keerthika »

I need browser properties in php
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: browser properties

Post by aceconcepts »

Good for you
keerthika
Forum Newbie
Posts: 10
Joined: Wed Nov 05, 2008 7:07 am

Re: browser properties

Post by keerthika »

it means
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: browser properties

Post by papa »

He thinks it's good for you.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: browser properties

Post by aceconcepts »

I do indeed :D

Seriously, Kerrthika, do you really think you're going to get much of a response from you rather short and demanding post???

Try explaining you problem and/or objective(s) - help us to help you.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: browser properties

Post by pickle »

The only properties you can get directly from PHP are the IP & user agent. If you want screen resolution, etc, you'll need Javascript.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
keerthika
Forum Newbie
Posts: 10
Joined: Wed Nov 05, 2008 7:07 am

Re: browser properties

Post by keerthika »

thanks for your help
Post Reply