RE: [PHP] selection in form-field

2003-02-21 Thread John W. Holmes
3 4:47 AM > To: [EMAIL PROTECTED] > Subject: [PHP] selection in form-field > > i have quite an easy question: > > is there a way in PHP to trace the selection in a certain form-field? > i need this for building a simple html-edit application, > which allows a user to select

Re: [PHP] selection in form-field

2003-02-21 Thread Awlad Hussain
ruary 21, 2003 9:46 AM Subject: [PHP] selection in form-field > i have quite an easy question: > > is there a way in PHP to trace the selection in a certain form-field? > i need this for building a simple html-edit application, > which allows a user to select his/her text within

[PHP] selection in form-field

2003-02-21 Thread Michiel van Heusden
i have quite an easy question: is there a way in PHP to trace the selection in a certain form-field? i need this for building a simple html-edit application, which allows a user to select his/her text within a field, and then click 'bold' for instance..the PHP should insert before the selection,