Please help!
I have set-up a site that allows people to generate a report by filling in a form, and it uploads the data to a mySQL table. That part is working (mostly due to these boards!), but now I have a different problem that SOMEONE must have come across, but I can't find any solutions in the forum.
What I need to do is load the record back INTO the form. I can have it select the default value for drop-downs, etc., but when a value in a cell, (the description in my case) is more than one word, only the first word show up. I would like to be able to add more to the comments, and put the whole text into text block.
The code that I am trying to use is:
echo("<input type='text' name ='comments' value=http://www.phpbuilder.com/board/archive/index.php/$row[comments] size='100%' maxlength='255'>\n");
This has worked for everything except for long text fields.
Thanks for any help on this issue.
I have set-up a site that allows people to generate a report by filling in a form, and it uploads the data to a mySQL table. That part is working (mostly due to these boards!), but now I have a different problem that SOMEONE must have come across, but I can't find any solutions in the forum.
What I need to do is load the record back INTO the form. I can have it select the default value for drop-downs, etc., but when a value in a cell, (the description in my case) is more than one word, only the first word show up. I would like to be able to add more to the comments, and put the whole text into text block.
The code that I am trying to use is:
echo("<input type='text' name ='comments' value=http://www.phpbuilder.com/board/archive/index.php/$row[comments] size='100%' maxlength='255'>\n");
This has worked for everything except for long text fields.
Thanks for any help on this issue.