Check Username and Password

2002-01-06 Thread maureen
quot;test". The text file currently exists and is formatted like this: bob|jane Jessica|732 Mike|Chevy I'd appreciate any suggestions as to the best way to approach this. Thanks, Maureen Here is a copy of the complete code currently used: #!/usr/local/bin/perl require "cgi-lib.pl&quo

Array Problem

2002-01-15 Thread maureen
listed in the text file. Would you please take a look at my code to help me see what I have done wrong? Thanks, Maureen #!/usr/local/bin/perl require "cgi-lib.pl"; #process incoming form data &ReadParse; #open the database in read-only mode open(FILE,"pwdata.txt&q

[Fwd: Check Username and Password]

2002-01-16 Thread maureen
405- Method not allowed when the form is submitted. I did some research, but was unable to determine which setting needs to be changed on ISS to allow the post method. If anyone could help me out, I'd really appreciate it. Thanks, Maureen --- Begin Message --- --- maureen <[EMAIL P

Cgi on IIS

2002-01-16 Thread maureen
r 405- Method not allowed when the form is submitted. I did some research, but was unable to determine how to correct the error. If anyone could help me out, I'd really appreciate it. Thanks, Maureen #!/usr/bin/perl require "cgi-lib.pl"; #process incoming form data &ReadParse;

Perl/CGI mysql book

2002-06-05 Thread Maureen E Fischer
I am writing my first CGI application and after analysis of the data structure that is required I determined that a DBM file would not be sufficient. Mysql was suggested to me. Unfortunately I could not find A book that seemed based on Perl and sql. Everything I found connected Mysql to PHP -

RE: Using strict and a configuration file?

2002-06-10 Thread Maureen E Fischer
Variables with the use vars. It works ok with the use strict, but it may Violate some standard perl coding practices against global variables. Maureen -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 12:12 AM To: [EMAIL PROTECTED] Subject

fetchall problem

2002-06-20 Thread Maureen E Fischer
print DBI::dump_results($sth); print "\n\n"; Thanks, Maureen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Perl CGI FORM statement

2002-07-02 Thread Maureen E Fischer
this done when the number of OPTIONs will vary. Thanks, Maureen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re:Perl CGI FORM statement

2002-07-03 Thread Maureen E Fischer
To those who emailed me thanks for helping me figure this out. My code doesn't look as pretty. I had to remove all of the PrintTag's and output each line of HTML with a print, double quotes and semicolon, but everything is now working. Maureen -- To unsubscribe, e-mail: [EMAIL

mysql where statement in select

2002-07-12 Thread Maureen E Fischer
is equal to the current date and allowing her to select a subset of the client records if she enters a date other then the current date (date being an idex). I know I can do this in two separate select statements -- but I just wondered if there was a better way? Thanks, Maureen -- To unsubscribe,

Indexing multiple records for potential updates

2002-09-09 Thread Maureen E Fischer
se I am at a loss as to how to start. Perhaps I can Just get the entire screen into one big field that I can Manipulate? Sorry if this is a really dumb question. Maureen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Indexing multiple records for potential updates

2002-09-10 Thread Maureen E Fischer
Thanks so much for your help. This makes a lot of sense to me. Maureen fliptop wrote: if you set up your form so that each record has the same params, then they should be submitted in order and you can treat each one as an array. for example (untested, and using limited html

RE: Indexing multiple records for potential updates

2002-09-10 Thread Maureen E Fischer
Thanks for your help Robin, Being very lazy I am going to try do This in a way where I don't have to have a submit For each row. I'll keep your suggestion as a backup If the other doesn't work. Maureen -Original Message- From: Robin Cragg [mailto:[EMAIL PRO

setting curser position (focus)

2002-10-01 Thread Maureen E Fischer
7;s the size of a small telephone book so I thought perhaps there was some simple solution?? Thanks for any help/advice Maureen

RE: setting curser position (focus)

2002-10-02 Thread Maureen E Fischer
Thank you, it worked like magic. I'll have to read my Javascript book now so I know what it means. Maureen -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 12:11 PM To: 'Maureen E Fischer'; [EMAIL PROTECTED] Subject: RE:

Perl/CGI with FRAMES

2003-03-01 Thread Maureen E Fischer
this? Do I have to write my HTML to an intermediate file and then refer to that using the SRC attribute? Thanks for any suggestions, Maureen

FW: Perl/CGI with FRAMES

2003-03-03 Thread Maureen E Fischer
thirteen programs that Perform an average of three separate functions each and Sometimes there is an intermediate screen. So when I Tackle this I thing I have to try to put some kind of Wrapper around the whole thing. I will look into SSI Before I start though. Maureen -Original Message