20 lines
284 B
PHP
20 lines
284 B
PHP
|
|
|
|
<?php
|
|
header("Content-Type: text/html; charset=UTF-8");
|
|
require_once('php/inc_functions.php');
|
|
require_once('php/inc_fx_messages.php');
|
|
require_once('php/inc_fx_excell.php');
|
|
|
|
$mem_fichier= "../fnq/fnq.xls";
|
|
|
|
|
|
|
|
|
|
|
|
echo($mem_fichier);
|
|
echo (fxupload_excel_fnq($mem_fichier));
|
|
|
|
exit;
|
|
|