RE: [PHP] Re: newbie:restricting users to change data in a textarea

2003-03-18 Thread Mirco Ellis
Coert Metz [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 12:30 To: [EMAIL PROTECTED] Subject: [PHP] Re: newbie:restricting users to change data in a textarea You can put READONLY in your TEXTAREA tag Coert Metz Mirco Ellis wrote: > Hi all, > > I have a app that enables the use

RE: [PHP] Re: newbie:restricting users to change data in a textarea

2003-03-18 Thread Jon Haworth
Hi Coert, > > There is one field that I whant to stop them from changing > > You can put READONLY in your TEXTAREA tag While this would probably keep the honest people honest (assuming it's supported across all browsers), it won't stop anyone who wants to pollute the database. What's to st

[PHP] Re: newbie:restricting users to change data in a textarea

2003-03-18 Thread Coert Metz
You can put READONLY in your TEXTAREA tag Coert Metz Mirco Ellis wrote: Hi all, I have a app that enables the user to call data out of a mysql database into textareas. They can then edit the data and update the database. There is one field that I whant to stop them from changing. This field I al