Darkness Soul Posted March 28, 2006 Share Posted March 28, 2006 Yo,Well, this time, something new (to me)..I was reading a file to export it to db, and the file have a textarea with some \n, \t, \n\t, \t\n, (...).I want to write it in a blob in the db.. but.. its export wrong..I've tried to use ltrim, rtrim, trim, but its only remove left and right .. not int the middle..So, i've seen the preg_replace in the documentation, but ive never saw it before..Someone help me?ThanksD.Soul Quote Link to comment https://forums.phpfreaks.com/topic/6029-exporting-files/ Share on other sites More sharing options...
redbullmarky Posted March 28, 2006 Share Posted March 28, 2006 you mention textarea, so i can only assume it's text you want to store in the DB. the TEXT type, as opposed to BLOB, is more than capable of storing lots of text, even as far as an entire text file.cheers Quote Link to comment https://forums.phpfreaks.com/topic/6029-exporting-files/#findComment-21674 Share on other sites More sharing options...
Darkness Soul Posted March 28, 2006 Author Share Posted March 28, 2006 I think I don't told that clear.. (mine bad english x] )I have one DB in the server X, I have to read the data and write into the DB at server H.So, I export it to a [data.txt] file, because I need to rewrite some data and turn it compatible with the new DB.The "textarea" i've been said is just a BLOB in the old DB, but when i write it in the file, this write with that \n and \t characters.I export the file, read and replace the adaptations, and import to new DB, in theory.This old-blob give me a headshake with itself string.. I need to replace the \n for new lines to write and lost the \t (tabs), so I can write it into the new-blob..Clean now? sorry for bad sentences.. ^^"!D.Soul Quote Link to comment https://forums.phpfreaks.com/topic/6029-exporting-files/#findComment-21681 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.