Re: [PHP] Text from file into database

2004-08-23 Thread Michal Migurski
> I want to create a script that will read each line of the file and > insert it to database. I am new to php and maybe you could help me You've been posting here for *months*, how new could you be? Look up the file() function. And the docs for your database.

Re: [PHP] Text from file into database

2004-08-22 Thread raditha dissanayake
Phpu wrote: Hi, I have a file, test.txt. The containig of this file is: line 1 line 2 line 3 -- and so on I want to create a script that will read each line of the file and insert it to database. I am new to php and maybe you could help me for just two columns of data this could be just a wa

Re: [PHP] Text from file into database

2004-08-22 Thread John Holmes
Phpu wrote: Hi, I have a file, test.txt. The containig of this file is: line 1 line 2 line 3 -- and so on I want to create a script that will read each line of the file and insert it to database. I am new to php and maybe you could help me http://us2.php.net/fopen http://us2.php.net/fgets Then