$page) );
recherche_saveinfo( array('siret' => $siret) );
recherche_saveinfo( array('idEntreprise' => $idEntreprise) );
}
function dRow($lib, $data, $title = '')
{
$html = '
'."\n";
$html.= ' | '."\n";
$html.= ' '.$lib.' | '."\n";
if($title!='') $title = ' title="'.$title.'"';
$html.= ' '.$data.' | '."\n";
$html.= '
'."\n";
return $html;
}
?>
IDENTITÉ DE L'ENTREPRISE
|
=$element['lib']?> |
=$element['data']?> |
100)) && file_exists($pathImg)) {
$tabTmp = @getimagesize($pathImg);
$w = $tabTmp[0];
$h = $tabTmp[1];
if ($w > 350) {
$strSize = @redimage($pathImg, 350, 150);
} else {
$strSize = '';
}
?>
|
Logo |
/> |
Raison sociale & Coordonnées
Activité(s) & Chiffre d'affaire
Localisation géographique & Recherche presse
records = $tabForExport;
$array2csv->writeCSV($fileName);
$array2xml = new ExportXML();
$array2xml->rootName = $page.'s';
$array2xml->defaultTagName = $page;
$array2xml->records = $tabForExport;
$array2xml->writeXML($fileName);
?>