回复:我就是用的table

来源: 2004-02-19 07:45:53 [旧帖] [给我悄悄话] 本文已被阅读:

First I do not understand why you save the textarea as a text file instead of using database, it is much easier to save the data and to retrieve them.
I guess the problem you encountered is because the text file syntax.The html will not interpret the newline character(RETURN key)as
, this is why it 不换行. I do not know a lot php, (I use asp), I do not know if you can save it as html file and read.
Just try to help, I am not a 高手.