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

2003-03-25 Thread Step Schwarz
Hi Mirco, Try adding either "readonly" or "disabled" to the textarea tag: > print " cols=10>".stripslashes($row['variable']).""; Hope this helps, -Step [...] > There is one field that I whant to stop them from changing. This field I also > use in my sql query when updating the table,ie. where v

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

2003-03-17 Thread Mirco Ellis
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 also use in my sql query when updating the table,ie. where variable='$variab