Create a table schema with fields corresponding to the text file's 'fields'. Open the file and do some sort of string manipulation functions on it (in PHP, see the PHP forum). Put this 'parsed' info into an array, and then create and execute INSERT queries.
Bookmarks