i am using php5, postgres on linux.
i have doubt that i want store bulk data(100 or 200 pages of word document) .
my question is that which one is better -
1. save to database and set field as text(using postgres)
2.save it into file(may be txt,doc ,sxw.)
One more condition is that i want 5 text editor functionalities like bold ,font size, center align.underline etc. ??? if you have any alternative solutions? reply.
thanks in advance.