/*------------------------------------------------------
* programm: csv2htmltable (televoice)
* file: preise.php
* author: F&S GbR München Zittauer Straße 27b 80997 München
* programmer: Alois Flammensboeck, Benedikt Sauter
* date: 2002-06-18
*
* This programm is to import csv-tables as html tables
*
*------------------------------------------------------*/
if(!$open_csv){
include('./header.inc.php');
$handle = @opendir('./csv/');
while ($file = @readdir ($handle)){
if ($file!="." && $file!=".." && $file!=""){
//write file as link
$linkname=str_replace('_',' ',$file);
$linkname=str_replace('.csv','',$linkname);
$linkname=str_replace('ae','ä',$linkname);
$linkname=str_replace('oe','ö',$linkname);
$linkname=str_replace('ue','ü',$linkname);
echo '
'.$linkname;
echo '';
}
}
@closedir($handle);
include('./footer.inc.php');
}else{
echo '
'; }else{ echo ' | '; } echo ''.$t_element.''; echo " | "; $i++; } echo '
HIER KÖNNEN SIE DIREKT
BESTELLEN
zurück
Homepage
Letzte Aktualisierung 19.06.02
E-Mail: info@televoice.de
';
}
?>