Jump to content

Read file


dreamwest

Recommended Posts

Im trying import a txt file line by line

 

Heres the txt file:

 

one

two

three

four

five

 

etc...

 

Basically i want to import this into my database:

 

$file_names = '/home/htdocs/file_names.txt';

$sql = "INSERT INTO `forum` SET `username`='ghost' ";
$result = mysql_query($sql) or die(mysql_error());

 

 

Link to comment
https://forums.phpfreaks.com/topic/164095-read-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.