return character
Posted: Sat May 10, 2008 11:03 pm
I do not know ANYTHING about programming but have learned to use dreamwaver over the past years. Here is my problem which is probably laughable for most of you:
I don't even know if this is the information you need to solve my problem. Here is the script:
<dt><?php echo $row_rsPlayers['playertourniresults']; ?></dt>
</dl></td>
I want that if somebody submits a list of items using the ENTER character into a form to be read from the database as such and output as such.
item 1
item 2
item 3
etc.
Currently, the results on my website would look like this:
item 1 item 2 item 3
although it appears like this:
item 1
item 2
item 3
etc.
in the database
I hope that makes any sense...
Thanks for the help
I don't even know if this is the information you need to solve my problem. Here is the script:
<dt><?php echo $row_rsPlayers['playertourniresults']; ?></dt>
</dl></td>
I want that if somebody submits a list of items using the ENTER character into a form to be read from the database as such and output as such.
item 1
item 2
item 3
etc.
Currently, the results on my website would look like this:
item 1 item 2 item 3
although it appears like this:
item 1
item 2
item 3
etc.
in the database
I hope that makes any sense...
Thanks for the help