Re: [PHP] A rather strange problem.

2003-01-23 Thread Tom Rogers
Hi, Thursday, January 23, 2003, 10:47:56 PM, you wrote: DLM> hello friends, DLM> I run some queries and output the database fields in a form with text boxes for the purpose of editing by the administrator. My problem is that if my field value is of 2 words or more, my output DLM> text box shows

Re: [PHP] A rather strange problem.

2003-01-23 Thread Marek Kilimajer
And also use htmlspecialchars() print ' '; Jon Haworth wrote: Hi Denis, if the field is "Jane Enterprises", the textbox shows only "jane". At the moment, if you view the HTML, you'll see: Your browser sees this as an input with a value of "jane" and an attribute called "enterpr

RE: [PHP] A rather strange problem.

2003-01-23 Thread Jon Haworth
Hi Denis, > if the field is "Jane Enterprises", the textbox shows only "jane". At the moment, if you view the HTML, you'll see: Your browser sees this as an input with a value of "jane" and an attribute called "enterprises", which it doesn't recognise (and therefore ignores completely). Wh

[PHP] A rather strange problem.

2003-01-23 Thread Denis L. Menezes
hello friends, I run some queries and output the database fields in a form with text boxes for the purpose of editing by the administrator. My problem is that if my field value is of 2 words or more, my output text box shows only the first work. e.g. if the field is "Jane Enterprises", the text