hi guys,
i have the followin' problem:
i used a textarea to store the followin' text in a sql database-field called 'f_comments':
LINE ONE.
LINE TWO.
LINE THREE.
i did display the contents of 'f_comments' on another textarea-box, i got the same format i entered:
LINE ONE.
LINE TWO.
LINE THREE.
but when i tried to display the contents of 'f_comments' on a table, i got the contents on one line as the followin':
LINE ONE.LINE TWO.LINE THREE.
i need to get 'f_comments' displayed on a table in the same format i entered.
does anyone know how to solve that problem?
with regards bluecoco >> never lose hope ..
i have the followin' problem:
i used a textarea to store the followin' text in a sql database-field called 'f_comments':
LINE ONE.
LINE TWO.
LINE THREE.
i did display the contents of 'f_comments' on another textarea-box, i got the same format i entered:
LINE ONE.
LINE TWO.
LINE THREE.
but when i tried to display the contents of 'f_comments' on a table, i got the contents on one line as the followin':
LINE ONE.LINE TWO.LINE THREE.
i need to get 'f_comments' displayed on a table in the same format i entered.
does anyone know how to solve that problem?
with regards bluecoco >> never lose hope ..