|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Output Breaks
I was wondering if there was an ASP equivalent to the PHP code?
Code:
nl2br() It formats the output of the SQL record with <br> in it. So in the record it looks like this Code:
John is cool. John is too cool. But when outputting the record to HTML it comes out like Code:
John is cool. John is too cool. But with the "n.2br()" code it comes out like this Code:
John is cool. John is too cool. So in ASP how can I get the same effect as the PHP "nl2br()" function? |
|
#2
|
|||
|
|||
|
Anybody know the answer?
|
|
#3
|
||||
|
||||
|
to a search on this forum for a function called crlfToBr.
It does the same thing. |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Output Breaks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|