PHP Classes

File: light_example_save_csv_xml.php

Recommend this page to a friend!
  Classes of Lee J   Lite User Agents API   light_example_save_csv_xml.php   Download  
File: light_example_save_csv_xml.php
Role: Example script
Content type: text/plain
Description: save from sql to xml
Class: Lite User Agents API
Get user agents information into XML or database
Author: By
Last change:
Date: 12 years ago
Size: 193 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->XML_enabled = true;
   
$rbt->Save('CSV', 'XML');
   
?>