in reply to Re^4: globref to plain text
in thread globref to plain text

You don't "print" things into the database, and why are you writing all that information to a file, just to read that file in again right afterwards? Just append all the data to a string, and then insert that string into the database. Where exactly are you having problems?

Replies are listed 'Best First'.
Re^6: globref to plain text
by Bass-Fighter (Beadle) on Jan 09, 2009 at 10:27 UTC
    you brought me to an Idea and I changed several things... and it works now. thanx