I have searched high and low.. read mysql stuff.. but i can't figure this out.
I am trying to do a simple:
$result = mysql_db_query('database',"LOAD DATA local INFILE 'location.txt' INTO TABLE news (directions)" );
what seems to be happening is it is importing the text file but making every line a new entry. I want the whole text file as 1 entry in 'directions'.