Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stephane Garin  >  detect_language  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: detect_language
Detecting prefered language
Author: By
Last change:
Date: 2002-04-20 22:39
Size: 177 bytes
 

Contents

Class file image Download
<html>
<body>
<?php
  
include "language.class.php";
  
$dl = new detect_language;
  echo 
"Prefered language of this browser is ".$dl->detected_language;
?>
</body>
<html>