Hello,
<?PHP
mysql_connect("localhost",
"DB","PW") or die
("Keine Verbindung moeglich");
mysql_select_db("DB") or die
("Die Datenbank existiert nicht");LOAD DATA INFILE 'tabelle/NKBtabele.txt' INTO TABLE NKB FIELDS TERMINATED BY ',' LINES TERMINATED BY ' ' (Platz, Mannschaft, Punkte)"
?>
Das ist leider keine gültige PHP-Datei - sollte dich nicht beim Aufruf der Seite eine Fehlermeldung empfangen? Dein Load-Statement schwebt im luftleeren Raum. Du möchtest einen Befehl wie mysql_query verwenden um ihn auszuführen. Beachte dabei, dass die Pfadangabe u.U. nicht dahin zeigt wo du es erwartest.
MfG
Rouven
--
-------------------
"I wish it need not have happened in my time" - "So do I, and so do all who live to see such times. But that is not for them to decide. All we have to decide is what to do with the time that is given us." -- J.R.R. Tolkien: "The Lord Of The Rings: The Fellowship Of The Ring"
-------------------
"I wish it need not have happened in my time" - "So do I, and so do all who live to see such times. But that is not for them to decide. All we have to decide is what to do with the time that is given us." -- J.R.R. Tolkien: "The Lord Of The Rings: The Fellowship Of The Ring"