[> Replace MY_TABLE_HERE with INTO TABLE '$t' and I get nothing.]
Try -> MY_TABLE_HERE with INTO TABLE $t
^^^
(Gid rid of single quotes)
John
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.co
Hi,
> if(!($result=mysql_db_query($DB, "LOAD DATA INFILE '$p' INTO TABLE '$t'
> FIELDS TERMINATED BY '|' LINES TERMINATED BY ';'")))
you don't need the single quotes around the table.
LOAD DATA INFILE 'fliename' INTO TABLE tablename .
hope it helps
Johannes
--
PHP Windows Mailing List (