Login   Register  
PHP Classes
elePHPant
Icontem

File: light_example_save_xml.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Lee Johnstone  >  Lite User Agents API  >  light_example_save_xml.php  >  Download  
File: light_example_save_xml.php
Role: Example script
Content type: text/plain
Description: save to xml
Class: Lite User Agents API
Get user agents information into XML or database
Author: By
Last change:
Date: 2011-04-02 07:07
Size: 222 bytes
 

Contents

Class file image Download
<?php
    define
('IN_FCMS'true);
    
session_start();
    include 
'class.Lite_user-agents.org.php';
    
$rbt = new User_Agents_dot_org(); 
    
$rbt->RAW_enabled true;
    
$rbt->XML_enabled true;
    
$rbt->Save('XML''');


    
?>