Printing and Outputting data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cynthia

    Printing and Outputting data

    Hi all,

    I have looked through the online manual and haven't found a way to format data from either a form or
    data that was retrieved from a database. I would like to provide an "elegant" printout to my users
    and I heard (when I didn't need to use it) somewhere that such a function existed.

    ....or is HTML the way to go using Javascript?

    Cindi
  • Garp

    #2
    Re: Printing and Outputting data


    "Cynthia" <cbecker@nospam .net> wrote in message
    news:PZsnc.5832 3$kh4.3493256@a ttbi_s52...[color=blue]
    > Hi all,
    >
    > I have looked through the online manual and haven't found a way to format[/color]
    data from either a form or[color=blue]
    > data that was retrieved from a database. I would like to provide an[/color]
    "elegant" printout to my users[color=blue]
    > and I heard (when I didn't need to use it) somewhere that such a function[/color]
    existed.[color=blue]
    >
    > ...or is HTML the way to go using Javascript?
    >
    > Cindi[/color]

    In my PHP sites I use a MySQL database for data storage and retrieval, and a
    template engine for the output (smarty.php.net is my preferred engine du
    jour) - separating logic from presentation is most important. You can mix
    JavaScript in with your output if you see the need.

    HTH
    Garp


    Comment

    Working...