Hi colegues, do you know the most efficient way to put the content of an html file into a mySQL database?Could it be this one?: 1.- I have the html document in my hard disk. 2.- Then I Open the file (maybe with fopen??) 3.- Read the content (fread or similar) 4.- Write all the content it in a SQL sentence.
What happens if the html file is very big? Thanks! FAbian
-- http://mail.python.org/mailman/listinfo/python-list