I have a form with a multi-line text box called objective. When the user types in the box and they hit enter they go to the next line (of course). The problem is on the php page where I have: print "$objective";
it prints everything out as one line. How can I make it display just like the user inputted it?