Known problems ============== A) On my Windows XP Pro with Apache 2.0.39 (or Microweb) and IE 6 I have encountered strange behaviours of mysqlwdb with pages that have a lot of records or tables. But if I use Opera 6 or Navigator 6.2 with these servers, no problem. If I switch to Apache 1.3.26 or IIS 5.1 + IE 6 all works well. Again, I have problems only with: Windows XP Pro + Apache 2.0.39 (or Microweb) + IE 6 UPDATE: 1.3.1 Problems apparently disapper, probably for the HTML cleanup B) There are problems on updating records that have text data with more than one line (i.e. that have a \r CR-ASCII 13 and/or a \n LF-ASCII 10). The HTML input control seems to lose LF and the HTML textarea control seems to add CR at the end of the lines (if there are more than one line). Again, when I 1) display records (to update it) on an input control or a textarea 2) change something (or not!) 3) store updated (or not!) data on multi-line text data, a) I loose \n (LF-ASCII 10) if I store data from an input control b) I add \r (CR-ASCII 13) if I store data from a textarea control I DO NOT really know HOW to solve these problems. Any help is VERY appreciated. Please write your suggestions to mailto:dree@isogest.org UPDATE: 1.3.1 To avoid problems with textareas I simply remove \r when I manage data from them.