[fixed]medium text inquiry[fixed]
Posted: Wed Nov 22, 2006 10:15 am
i created a feild in my database called 'comment' that stores the information from a textarea field called comments and later allows me to display it....but i was wondering this
right now the comment feild just displays whatever is in the comment field in a straight line...is there a way to set it up to read that the user has began a new line by hitting the enter or return button and displaying it the same way the user entered it
to sum up my poor excuse for a understandable question:
if a user enters this in the textarea:
right now the comment feild just displays whatever is in the comment field in a straight line...is there a way to set it up to read that the user has began a new line by hitting the enter or return button and displaying it the same way the user entered it
to sum up my poor excuse for a understandable question:
if a user enters this in the textarea:
instead of it showing up like this (which it does now):hello this is a test to make sure the loop is
working correctly now.
it is!
it shows up like this:hello this is a test to make sure the loop is working correctly now. it is!
hello this is a test to make sure the loop is
working correctly now.
it is!