Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hut06
  • Order by date
  1. hut06

    Perl Mysql Array to ready made html tables

    Hi All, I have a table in a database, from which I have pulled out all of the data and put it into an array. Can you tell me how I take that data/array and then print that into an html table that I have made up on a seperate html page. Thanks in advance for your help. Ben
  2. hut06

    DBI->connect

    Sorry.. I have tried the $dsn like that aswell and I still only get a blank screen. Does anyone have any other ideas? Thanks in advance for your reply
  3. hut06

    DBI->connect

    Dear All, I hope someone can help with this, its driving me insane: I have a piece of code: #!/usr/bin/perl # PERL MODULES WE WILL BE USING use DBI; # HTTP HEADER print "Content-type: text/html \n\n"; # CONFIG VARIABLES $platform = "mysql"; $database = "database"; $host = "host"; $port =...

Part and Inventory Search

Back
Top