RE: [PHP-DB] Limitations on sending text to a database via text area forms

2002-04-22 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > --- Gurhan Ozen <[EMAIL PROTECTED]> wrote: > > This more of sounds like there is a discrepancy in internet > > explorer 6 ? If > > you don't have other versions/brands of browser than i.e. 6 in your > > machine > > Can you give the web p

RE: [PHP-DB] Limitations on sending text to a database via text area forms

2002-04-17 Thread Beau Lebens
could you perhaps save the contents directly into a file, then read the file into the database? I know for a fact (http://www.dentedreality.com.au/webpad/) that you can use a textarea to pump more info than that into a file, but haven't tried doing it straight into a database. HTH Beau //