is it possible to have a db (posgres in my case) output data in a certain format ? example: say i were to enter data into the system using bullett points into a text box (much like this one used for posting this message). then when i retrieve the data i would like it to show up in bullet points but i havent been able to figure out how, if anyone has any ideas could you please let me know.
Do you mean that you want to put in HTML tags and have them display on your page as HTML?
If so, just use a text field or a variable character field and insert your HTML. When you query and pull that data out, echo it and it will display as HTML.