|
|
#13 | |
|
Registered User
Join Date: Jul 2005
Posts: 3,606
|
Never had to use \\r\\n, I would think since it's a CRLF you'd use \r\n to strip it...but you would be right, it could be a literal \r\n. I just confused myself I think.
|
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: Mar 2004
Posts: 15,486
|
Quote:
you cant use Code:
echo """; youd have to use Code:
echo "\""; this right? maybe im talkin out of my ass now ![]() |
|
|
|
|
|
|
#15 |
|
Registered User
Join Date: Jul 2005
Posts: 3,606
|
AFAIK \r\n is chr(13) + chr(10), the text area has chr(13)chr(10) because of the Win32 CRLF and PHP sees it as \r\n just like a tab would be \t so to remove chr(13)chr(10) and convert it to <BR> you would use a str_replace on \r\n
|
|
|
|
|
|
#16 | |
|
Registered User
Join Date: Mar 2004
Posts: 15,486
|
Quote:
oh well, guess all we can do is wait for him to test it ![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Verizon's shared data plans won't save solo users much money | News | Latest Tech And Game Headlines | 0 | 06-12-12 10:40 AM |
| League of Legends database hacked. Riot Games 'appreciate your immediate attentionā | News | Gaming Headlines | 0 | 06-09-12 11:10 AM |
| NVISION: Create Games Without Any Coding Knowledge | News | Latest Tech And Game Headlines | 0 | 05-30-12 04:26 AM |
| Girls Impress FIRST Championship With Project That Could Save Lives (GeekDad Weekly R | News | Latest Tech And Game Headlines | 0 | 05-13-12 05:30 PM |
| Benchmark database? | Necromancer | NVIDIA Windows Graphics Drivers | 1 | 08-25-02 10:15 AM |