RE: [PHP] Initial Value for Input Box

2003-09-29 Thread Martin Towell
Hiya, Replace " with " Martin -Original Message- From: Cristian Lavaque [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 September 2003 5:09 PM To: [PHP] Subject: Re: [PHP] Initial Value for Input Box Matt Palermo wrote: > I have a form that a user can fill out. In the text

Re: [PHP] Initial Value for Input Box

2003-09-29 Thread Cristian Lavaque
Matt Palermo wrote: > I have a form that a user can fill out. In the text input field I > allow them to insert HTML tags with their input data. They can then > submit the form for processing. The problem is that later on when > they go to edit their inputs (I initialize the text input with their

Re: [PHP] Initial Value for Input Box

2003-09-29 Thread Eugene Lee
On Mon, Sep 29, 2003 at 05:46:15PM -0400, Matt Palermo wrote: : : I have a form that a user can fill out. In the text input field I allow : them to insert HTML tags with their input data. They can then submit the : form for processing. The problem is that later on when they go to edit : their i

[PHP] Initial Value for Input Box

2003-09-29 Thread Matt Palermo
I have a form that a user can fill out. In the text input field I allow them to insert HTML tags with their input data. They can then submit the form for processing. The problem is that later on when they go to edit their inputs (I initialize the text input with their previously submitted input)