Gossamer Forum
Home : Products : DBMan : Customization :

Output 1 record to html with custom design?

Quote Reply
Output 1 record to html with custom design?
I am really pulling my hairs, I went through the FAQ, MODS, SSI, Q & A and still haven't find the way to do it.

On my ADD form, fields to fill are in empty fields boxes, when I display the page showing the record, this is the same page than ADD SUCCESS except fields are filled.

Using SSI I pulled one record to output on my html page and, of course, it output the text in boxes that anybody can erase, modify simply br writting over the text.

What I need to do is to pull one record and have it displayed on an html page with the design of my choice and in regular html/text format that cannot be modified.

I tried with a PHP script but it outputs all my records by columns.

In other words, how can I output one specific record to an html page without having those fields around?

Thanks