Re: [PHP-DB] displaying info in a form

2002-03-29 Thread Paul Burney
on 3/29/02 10:54 AM, Natividad Castro at [EMAIL PROTECTED] appended the following bits to my mbox: > I'm trying to display data in a form, but for some reason I can display the > entire value of every field that has more than two words in the text box. > For example, if I want to display the name

Re: [PHP-DB] displaying info in a form

2002-03-29 Thread biorn
I have come across this before. Make sure you put "" around the value field and then single quotes around the variable, ie. > > (NOTE: if this is an int value, you do not need to use the single quotes around $id) > > > > > > > HTH MB Natividad Castro <[EMAIL PROTECTED]> said: >

[PHP-DB] displaying info in a form

2002-03-29 Thread Natividad Castro
Hi to all, I'm trying to display data in a form, but for some reason I can display the entire value of every field that has more than two words in the text box. For example, if I want to display the name CASTRO TRUCKING, the text field only display the first word CASTRO. I tried to use the trim()