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 bkrike 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: IWIT
  • Content: Threads
  • Order by date
  1. IWIT

    Database probelm

    I have a database that contains a series of entries that have a category. I want the category names to be displayed on a webpage so that I can make them into hyperlinks. There are several instances of the category names in the database but I only want each category name to appear on the web...
  2. IWIT

    Database Date

    I have made a dynamic web site that displays exhibitions from a database file. I want to make the exhibitions disappear after the data they take place on has passed. I think that the way that I need to do this is by using the datecompare function and then comparing it to the current date...
  3. IWIT

    Displaying as HTML

    I have a program the same as the code before and I was wondering how you can display this as HTML in a browser. As in I have a file that I wish to display the contents of as a web page. Thank You #!/usr/bin/perl use strict; use warnings; use CGI "Vars"; use 5.004; use Fcntl qw(:DEFAULT...
  4. IWIT

    sort a file by field

    Hi I have a problem with a perl program that I have been writing. I have so far managed to pass in the contents of an external file and have it displayed on the screen in a structured way. The file is meant to be a bit like a message board. I now want to sort the messages by a certain field...

Part and Inventory Search

Back
Top