PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of mohamed shehab   CSV To LDIF   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Class Usage Example
Class: CSV To LDIF
Convert data from a CSV file to the LDIF format
Author: By
Last change:
Date: 14 years ago
Size: 125 bytes
 

Contents

Class file image Download
<?php
   
include_once("csv2ldif.class.php");
   
$csv2array=new CSV2Array("1.csv");
    echo
$csv2array->getOutput();
?>