Integration

Integrate Contact List Importer With Other System.

It is easy for you to integrate our contact list importer with your system.
see some PHP sample code

$classFile = $_CONFIG['IMPORTER_CLASS_DIR'].$importer_class.'.php';
require_once($classFile);
$oImporter = new $importer_class();
$result_array = $oImporter->run($login,$name);
if(is_array($result_array))
{
$names = array_shift($result_array);
$emails = array_shift($result_array);
}

the result will be two array object, name and email, then you can do anything with these two array object.

Showcase

phpFox is a ultimate social network solustions. you can see how our solutions are working with this system.
click here

osDate - Free, open-source dating system. you can see how our solutions are working with this system. click here

CONTACT ME

E-Mail:
adluo.sales@gmail.com