5 lines
72 B
PHP
5 lines
72 B
PHP
|
|
||
|
<?php
|
||
|
echo "csvData = `". file_get_contents('gemeinden.csv') ."`;";
|
||
|
?>
|