I have a text area in html. Then I fill this taxt area like this
Line 1
Line 2
Line 3
But in post, I get like this :
echo $_POST['textarea'] ;
===> Line 1Line 2 Line3
How can I get like this :
Line 1 <br>
Line 2 <br>
Line 3 <br>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…