Hello Simon - Thank you for your response. I think its clear that I am just
learning php, and I appreciate your help on very basic problems I am having.
I have a tab-delimited file that contains all my data, and I would like to
write a php program which displays on a web page the results of various
sqlite operations on a table created from that data. I still do not
understand how to load the file into an sqlite table that is accessible by
the php program. You gave two options A) import using command line tool and
B) use insert commands. I think insert commands are out of the question,
since my tab-delimited file contains thousands of records, so that means I
go with A). You say to use the command line tool - Is that sqlite3? or is
there a way in the php program to issue command lines? Im not sure what that
means. Thank you for your patience on this. - Frank L.
-- 
View this message in context: 
http://old.nabble.com/Sqlite-and-php-tp26754013p26759570.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to