Re: how check between normal and mobile phone browser?
- From: "Janwillem Borleffs" <jw@xxxxxxxxxxxxx>
- Date: Sun, 22 Oct 2006 02:26:49 +0200
Maxx wrote:
I need PHP code that check what browser ask my aplication first
if it is normal (usual Internet browsers) than I'll go to normal.php
bu if it is mobile phone browser than I go to mobile.php file...
Define a css rule to set handheld specific properties:
@media handheld {
/* handheld specific rules */
}
@media screen {
/* Other devices */
}
Both Pocket IE and Opera support these properties (haven't tested it with
other browsers).
And, of course, supply a link to the mobile web pages in case the used
browser doesn't understand these rules.
JW
.
- References:
- Prev by Date: Re: Key word fields
- Next by Date: Re: Can anyone recommend a distance learning PHP and MySQL course which will get you a recognised qualification at the end of it?
- Previous by thread: Re: how check between normal and mobile phone browser?
- Next by thread: AOL Problems continued
- Index(es):