Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Textbox Newline


Message #1 by "Stuart G. Nielson" <snielson@i...> on Tue, 11 Feb 2003 21:12:47 -0700
	Does anybody know the rules for submitting wrapping text from an html
textbox form to something like php?  I am having trouble displaying the
string correctly later on after I've submitted it in a form.  I either need
to get rid of the newline (\n) characters before entering them into the
database, or prevent them from being added in the form.  Any assistance on
this would be greatly appreciated as I have spent several days on this
problem alone.
	I am trying to pass in a string (and it displays fine on the regular page).
However, when I click on the Print Page link, it is supposed to bring up the
page in a printable version.  It won't, though, if the string has a newline
character.  Thank you in advance for your help.
									Stuart



  Return to Index