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 Mike Lewis 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: *

  1. beatZin

    Custom Fields

    Hi I am trying to allow users to create custom fields(numbers, free text, drop down lists & Dates) I have read of four available methods to use 1. the meta-database 2. the mutating table 3. the fixed table 4. the LOB I am wanting to use the meta database method but cannot find any good...
  2. beatZin

    Reading sShortDate value from registry

    Great worked fine but had to change LOCALE_SDATE to LOCALE_SSHORTDATE to get the value i really wanted. Cheers Knowledge is power Power is Mon£y
  3. beatZin

    Reading sShortDate value from registry

    I simply want to get this value into a variable in an access module. Knowledge is power Power is Mon£y
  4. beatZin

    CGI & Perl in a Windows environment

    Try Learning Perl on Win32 Systems it is an o'reilly book and the isbn is 1-56592-324-3, the authors are by Randal L. Schwartz, Erik Olson, and Tom Christiansen Have fun. Knowledge is power Power is Mon£y
  5. beatZin

    How do I create a web Form that will store the info into a database?

    Ok first of all if you are hosting this site on an ISP you should have a cgi-bin (virtual directory I suggest you read up on these) already created and perl will surely be installed (if they are any kind of ISP). I am sure that they will be very happy to give you any details. So now we can see...
  6. beatZin

    How do I create a web Form that will store the info into a database?

    First you need a form in which your customers will type their info like this <TABLE> <FORM METHOD=POST ACTION=&quot;cgi-bin/tek.pl&quot; name=&quot;customers&quot;> <!-- the action must point to the script that will be processing the form --> <TR> <TD>name</TD> <TD><INPUT...
  7. beatZin

    stumped on premature end of script headers

    I think i need to be more verbose in my explanations. goBoating says it how it is.
  8. beatZin

    stumped on premature end of script headers

    Try this bit of code it might do the trick. Have changed the location of the $text variable, you might need to tweak this a bit to get it just right. #! C:/perl/bin/perl.exe -w use strict; use CGI qw(:all); use Fcntl qw(:flock); my $q = new CGI; #Location of text file my...
  9. beatZin

    .pl &amp; .cgi difference? problems!!

    Looks like you are not displaying a valid http header. That could be why it is trying to download instead of executing on the server.

Part and Inventory Search

Back
Top