Re: [PHP] Retaining formatting problem[Scanned]

This is a discussion on Re: [PHP] Retaining formatting problem[Scanned] within the PHP General forums, part of the PHP Programming Forums category; ><input type="text"> cannot have multiple lines, use <textarea name=" >name " ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-08-2003
Mike Migurski
 
Posts: n/a
Default Re: [PHP] Retaining formatting problem[Scanned]

><input type="text"> cannot have multiple lines, use <textarea name="
>name " col=" num of cols " rows=" num of rows ">this
>
>little amount of
>
>text</textarea>


This is true.

Also, watch the line endings coming aout of that textarea - you may want
to normalize them. I prefer unix linebreaks, so I use this to convert mac
and DOS endings:

str_replace(array("\r\n", "\r"), "\n", $textarea_value)

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca http://mike.teczno.com/contact.html

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:59 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0