|
|
| Browsers [+] Favor-It | |
| |
 |
| | Sort By:
|
this is a simple little script which will take you to one page if you're using Internet Explorer, and another page if you're using some other browser. If the browser is Microsoft Internet Explorer, then go to spoono.com. Anything else, go to yahoo.com. Author: Spoono Code: PHP 4.0 |
I started everything by making a simple javascript that I could run in different browsers, It writes out exactly what the different navigator objects contains, this way it's a lot easier to know what to test for. Author: Dan Code: PHP 4.0 |
Let us do something more useful now. We are going to check what sort of browser the visitor is using. For that, we check the user agent string the browser sends as part of the HTTP request. Author: PHP.net Code: PHP 4.0 |
|  | |
This tutorial explains how to identify IE4+ or NS4+ on a windows 32 bit platform (all else is "OtherBrowser") and include different html Web pages for different browser types using PHP. Author: tutorialized Code: PHP 5.0 |
When a browser accesses any page on your website, it sends a user-agent string to the server. In PHP, this string is stored in the $_SERVER superglobals array. To detect a browser using Firefox, we can simply can the user-agent string for the term firefox Author: GoodPHPTutorials Code: PHP 5.0 |
Did you know that PHP has a built in function to detect which browser your visitor is running? Well neither did I till one of my collegues, Ansar, pointed out PHP’s get_browser function. Author: VT Code: PHP 5.0 |
In this tutorial I will show you how to create a PHP application to display directory content and navigate between them. First of all we will create a basic html form. Here you can define the root directory. Author: PHPToys Admin Code: PHP 5.0 |
|  | |
In this short article, I'll demonstrate how to replace lengthy client-side JavaScript browser detection code with a server-side equivalent written in PHP. In the career of every Web designer, there are times when the differences between browsers. Author: Kevin Yank Code: PHP 5.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|