http://qs321.pair.com?node_id=129512

defyance has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on How can I spit info from the same DB to diff table cell's in CGI

Replies are listed 'Best First'.
Re: How can I spit info from the same DB to diff table cell's in CGI
by arturo (Vicar) on Dec 07, 2001 at 19:03 UTC

    This isn't really a CGI question, but a question about DBI. And for that, the only suggestion I have for you is to read the documentation for DBI and point you to the DBI entries on the Tutorials section of this site. Of course, if you're implementing this as a CGI script, you'll also need to play close attention to security. Good Luck!