PHP Classes

File: example.php

Recommend this page to a friend!
  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: 22 years ago
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>