I can see where you're coming from on this. However the most obvious reason is that
perl has no relationship in scalar context between @somename and %somename.
Your question regarding the "special" $ is not germane to this concept. Each element
of the array is a separate scalar variable, accesse
You could try using a refresh. First click pulls the information from the database and
stuffs it into a file. The refresh loads the link of that file and downloads it from
the browser.
-Original Message-
From: "zentara"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Thu Dec 12 05:35:48 P
It would help if you gave just a simple example but, I think you want somnething like
this:
if ( $q->param( 'something' ) {
print qq`
$your_value
`;
}
course' that's using CGI.pm
-Original Message-
From: "Bob Showalter"<[EM
if ($password ne $upassword) {
print "Location: /pages/login.htm\n\n";
} else {
print "Location: /pages/yourpage.htm\n\n";
}
Something like that may work.
-Original Message-
From: "Scot Robnett"<[EMAIL PROTECTED]>
To: "Admin-Stress"<[EMAIL PROTECTED]>, "perl cgi"<[EMAIL PROTECTED
I really like your ideas and the examples. I just have a hang up with having to scroll
to the left on pages. Hey, It's me not you (-8
-Original Message-
From: "Ovid"<[EMAIL PROTECTED]>
To: "Mark Bergeron"<[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL
Yes, it's pretty good but, the font sizes on the page are too big. Someone may
consider changing them to font size 2. Other then that it's an informative site.
-Original Message-
From: "Ovid"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Sun Nov 24 13:55:12 PST 2002
Su
Yes, CGI with Perl is a great one. I wish they would print a 3rd Edition though.
-Original Message-
From: "Scot Robnett"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Sat Nov 23 14:30:15 PST 2002
Subject: Re: tutorials
>Always look to O'Reilly first, they usually have
Don't forget about the "Official Guide To Programming With CGI.pm". The book is hard
to find but the site has a lot of information and examples:
http://www.wiley.com/legacy/compbooks/stein/index.html
-Original Message-
From: "Al Hospers"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL P
sub mainHeader{
print $q->header( -type => "text/html", -expires => "now" ),
$q->start_html( -title => "Your Title");
This has always worked for me. I don't know if will do everything for you.
-Original Message-
From: "Nick Malden"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed
I'm pretty sure there is an example of just this type of thing here:
http://www.cgi101.com/class/ch5/text.html
Try that maybe (-8
-Original Message-
From: "Margaret"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue Aug 20 02:01:53 PDT 2002
Subject: Menus and Forms
>Hi
>
>Can someone
Perl programming is like the Breakfast Bar at Shoneys! Take what you want and leave
the rest.
Ask questions, ask questions, ask questions.
-Original Message-
From: "Janek Schleicher"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed Jun 12 01:42:23 PDT 2002
Subject: Re: form display pr
Hey, this is cool. It's about time to update things around the universe.
-Original Message-
From: "Camilo Gonzalez"<[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]>, "Camilo
Gonzalez"<[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Date: Mon May 13 08:17:47 PDT 2002
Subject: Re:
Rob,
use strict; shouldn't really affect the syntax of any DBI handle or statement. I would
help if you included an example for us to have look at here.
-Original Message-
From: "Rob Roudebush"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon Apr 29 18:15:23 PDT 2002
Subject: Using str
You could run a small img though your while loop and have it place one next to the
other (side by side) using your rowcount values. That would be one way.
or you could try it with a foreach() as well.
Mark
-Original Message-
From: "GsuLinuX"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [E
Well,
If your using CGI.pm you have the power and flexibility of using the object parameters
like "q->" it's really a great short hand for coding pages esspecially for headers and
footes and tables and style sheets and the like. Of course you can blend CGI.pm
formatted code with HTML here docum
Not unless you purchase XP Pro. It also comes bundled with Win2K pro and of course
Win2K Server. And BTW, i thought it was pretty crappy of MS not to have it for XP Home
OR support PWS for XP Home. Oh well, Apache it is!
-Original Message-
From: "Al Hospers"<[EMAIL PROTECTED]>
To: [EMAI
Yes, by all means get out of the registry. There are so many other ways to set your
stuff up. Unless of course you really like that sort of thing.
Here is a link from MS on IIS. It may help:
http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/iis/tips/iis5chk.asp
IIS
If you have not checked out the CGI.pm site you should. I contains a lot of ready to
go examples. You can cut and paste onto your machine and really play around with them.
Here is the links:
http://www.wiley.com/legacy/compbooks/stein/source.html
http://stein.cshl.org/WWW/software/CGI/cgi_docs.
IIS is only bundled with XP Pro. Can you beleive that! What MS crapola.
-Original Message-
From: "Steven Vargas"<[EMAIL PROTECTED]>
To: "Kamali Muthukrishnan"<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Date: Fri Jan 11 17:17:29 PST 2002
Subject: Re: Windows XP
>Is PWS, or IIS installed on the
I found this:
http://www.opensa.org/manual/apache_guide/mod/mod_isapi.html
It may help. But I can't find the damn module.
-Original Message-
From: "Brent Mosley"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Sun Dec 23 14:58:12 PST 2001
Subject: Question
>
>Hi everyone!
>
>I have a que
Hey, that's what I was wondering too. But on windows XP. They screwed the developer by
leaving out IIS and not supporting PWS with this version of Windows.
-Original Message-
From: "Brent Mosley"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Sun Dec 23 14:58:12 PST 2001
Subject: Questio
For this I would consider using SSI. That way you only have to make your changes in
the "config" files once for the whole site.
Using SSI:
http://www.perlmonks.com/index.pl
Lots of different ideas here.
Mark Bergeron'
-Original Message-
From: "Gerry Jones&qu
Great for counter scripts.
-Original Message-
From: "Lupo"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue Dec 11 09:22:29 PST 2001
Subject: src with Perl
>(Sorry for my English...)
>
>Can I request an image-path with Perl?
>
>...
>
>
Have you set up your cert on the server?
-Original Message-
From: "Alex Chau"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon Dec 10 20:21:24 PST 2001
Subject: script doesn't work under https but works under http???
>hi everybody,
>
>I have posted a script to my server, and it works p
How are you calling the form. You might try and including a little of your code so we
can see what's going on.
-Original Message-
From: "Tat Nam"<[EMAIL PROTECTED]>
To: "Beginners Perl"<[EMAIL PROTECTED]>
Date: Sun Dec 09 23:01:10 PST 2001
Subject: cgi & form
>Hi,
> I'm writing a surv
Mark,
Have you seen this example:
http://www.wiley.com/legacy/compbooks/stein/code/customizable.cgi
I think it's close to what you want to acomplish. Loop through user defined
preferences and set the bgcolor, etc... to the users choice.
Check it out
Yes, it's easy to understand. Limited examples though. Read (past tense) the book.
Easily worth the 21.95
-Original Message-
From: "Jeremy Webster"<[EMAIL PROTECTED]>
To: "Jerry Preston"<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Date: Fri Dec 07 10:09:43 PST 2001
Subject: Re: Need basic comm
Not the best stuff in the world but it will get you started with a lot of the basics.
Forms, directories, cookies. Stuff like that.
GoTo:
http://cgi.resourceindex.com/Documentation/
GL,
Mark Bergeron
-Original Message-
From: "Jerry Preston"<[EMAIL PROTECTED]>
To
In your conditional loop for checking the PW, why don't you just use a Reponse
redirect.
if ( defined $cookie ) {
print $q->redirect("/gamepage.htm");
} else {
print "Location: /index.htm\n\n";
}
untested.
-Original Message-
From: "Andre` Niel Cameron"<[EMAIL PROTECTE
I know this is a beginner's list. And, we have all been at the point of starting out
but, you've get to explain your situation a bit better than this. What window?, do you
want to collapse a window during a process and have it post something on after the
completion of another process. In front?
And I quote, "just like 6 lines of code and it doesnt work so I need some help." Are
you sure about this?
-Original Message-
From: "Matthew Mangione"<[EMAIL PROTECTED]>
To: "Linux Beginners"<[EMAIL PROTECTED]>
Date: Thu Oct 25 09:35:02 PDT 2001
Subject: trying to write to a file
>hey im
You have to call the script from the form element:
--All of your fields or etc.. here--
or you could trigger it with a link
Login In
something like that.
-Original Message-
From: "_brian_d_foy"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue Oct 23 10:00:47 PDT 2001
Subject: Re
Why don't you just run the scripts on your machine? You can do that ya' know. You just
need a free webserver like Apache or PWS (Personal Web Server) from MS.
-Original Message-
From: "pAuLyOYo"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Sun Oct 21 18:26:43 PDT 2001
Subject: Free CGI
then searching all over the web for answers.
Mark Bergeron'
-Original Message-
From: "Randal L. Schwartz"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed Oct 17 07:57:13 PDT 2001
Subject: Re: Multi-page CGI Form
>>>>>> "Justin" == Justin
Aawww, Itdel weedle padula got dawere feelings hwurt.
)-8
-Original Message-
From: "aurillo, gabriel"<[EMAIL PROTECTED]>
To: "padula, domenic"<[EMAIL PROTECTED]>,
"'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]>
Date: Thu Oct 11 10:26:06 PDT 2001
Subject: Re: Everyone please move on RE: Sh*
I don't know if you've tried this one yet?
http://stein.cshl.org/WWW/software/CGI/
The site of the guy that wrote cgi.pm
-Original Message-
From: "Carl Franks"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon Oct 08 06:26:49 PDT 2001
Subject: Re: Getting Stared with CGI.pm
>I can rec
Yes, I would agree, You'll find with just a little practice, you can write you own
code and scripts easier, faster, and most times, more efficient for what you need.
-Original Message-
From: "Randal L. Schwartz"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], "Geoff Ball"<[EMAIL PROTECTED]>
Da
The one you learn the most from of course!
-Original Message-
From: "louie miranda"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue Sep 25 19:38:06 PDT 2001
Subject: whats the best cgi/perl book around?
>Hi, im just wondering whats the best cgi/perl book?
>thnx.
>
>
>
>louie miranda (
ere though.
Another place to review is the perlstyle manpage.
Your code is your own however. It just depends on whom will have to deal with it in
the event you leave or give it away. That's 2cents for whatever it's worth.
GL,
Mark Bergeron'
-Original Message-
From: "Stepha
Give me an example of what you guys need, I'll look at it for you. I couldn't give you
a deadline or timeframe right nowe though.
Mark Bergeron'
-Original Message-
From: "Gary Stainburn"<[EMAIL PROTECTED]>
To: "Bradley M. Handy"<[EMAIL PRO
Very good. You're paying attention.
-Original Message-
From: "Brett W. McCoy"<[EMAIL PROTECTED]>
To: "Mark Bergeron"<[EMAIL PROTECTED]>
Cc: "David Draley"<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Date: Tue Sep 18 15:23:22 PDT 2001
Subjec
I would run everything inside of a Secure Socket Layer (SSL) Win32 and/or use some
type of algorithm to encrypt the data between scripts. I would look into Digest::MD5,
it's a 128 bit one way hash algorithm. Go to CPAN for more info. Could be an idea to
get you started.
GL,
Mark Ber
I would go:
unless ( ($x < 50) || ($x > 80) ){
print "";
}
of course you could use and, or
you can only use and, or if your running at least Perl5
-Original Message-
From: "David Draley"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon Sep 17 14:36:06 PDT 2001
Subject: "Unless"
Let me also add, unlike *nix, you may run scripts from virtualy any folder you see fit
on Win (within wwwroot for the web of course). Everything is really governed by the
permissions and etc... you set on the folder itself. In some cases it makes sense to
name the cgi folder something less obvi
This may help:
http://www.wiley.com/legacy/compbooks/stein/source.html
of course there are so many more.
Mark Bergeron'
-Original Message-
From: "Lynn Glessner"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed Aug 29 11:37:49 PDT 2001
Subject: active perl on I
This could be. When running under
#!/usr/bin/perl -wT
Too late for -T
I'm running 626 on Win2K Pro IIS
-Original Message-
From: "Curtis Poe"<[EMAIL PROTECTED]>
To: "CGI Beginners"<[EMAIL PROTECTED]>
Date: Wed Aug 15 09:50:54 PDT 2001
Subject: R
Taint won't run on Win32 anyway.
-Original Message-
From: "Curtis Poe"<[EMAIL PROTECTED]>
To: "CGI Beginners"<[EMAIL PROTECTED]>
Date: Tue Aug 14 15:02:40 PDT 2001
Subject: Re: CGI on IIS <- bad idea?
>--- Eric Wang <[EMAIL PROTECTED]> wrote:
>> Thanks! can you explain what does the tain
You can definetly run CGI's on IIS. Check out Active State http://www.activestate.com
or Indigo Perl I think it's http://www.indigostar.com/indigoperl.htm
GL,
Mark
-Original Message-
From: "Eric Wang"<[EMAIL PROTECTED]>
To: "Mark Bergeron"<[EMAI
Well, it would really help if you could give us an example of what you want to do (-;
Mark Bergeron'
-Original Message-
From: "kahine Kldon"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue Aug 14 05:39:16 PDT 2001
Subject: Beginning CGI
>Hi:
>
>I'
Nice tool. Veeey sloowww load times. Oh well.
-Original Message-
From: "Joel Hughes"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed Aug 08 11:35:56 PDT 2001
Subject: Re: Perl Editors
>I've used ActiveStates Komodo editor which is nice & free
>
>joel
>
>-Original Message-
Are you teaching or learning? Well, there ya' go!
-Original Message-
From: "Kuchler, David"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed Aug 08 11:40:19 PDT 2001
Subject: Re: Perl Editors
>When I saw Komodo, there were three licensing options for Windows
>environments: Commercial
Use Net::SMTP. You'll find it and supporting documentation on CPAN.
-Original Message-
From: "James Boeck"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue Jul 31 08:18:07 PDT 2001
Subject: Sending Mail with CGI on Windows server
>Hello All,
>
>I too am a newbie in the world of perl.
You may want to try this:
print "Content-type: text/html\n\n";
print <
etc...
EOF
-Original Message-
From: "Tony Paterra"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri Jul 13 10:44:56 PDT 2001
Subject: Copy and past HTML into a perl script
>I have a cgi script that I need to past
Oh, no doubt. Sometimes it's something as minor as one unclosed tag. Netscape has been
notorious for that.
-Original Message-
From: "Bradley M. Handy"<[EMAIL PROTECTED]>
To: "Mark Bergeron"<[EMAIL PROTECTED]>, "Samuel Brown"<[EMAIL PROT
Let me get this straight. You can see the source but not the HTML output in the
browser?
Mark Bergeron
-Original Message-
From: "Samuel Brown"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue Jul 10 10:20:57 PDT 2001
Subject: Script written HTML won't display
Oh Yea! This guy is going places.
-Original Message-
From: "Fco. Javier Valladolid Hdez."<[EMAIL PROTECTED]>
To: "Perl CGI"<[EMAIL PROTECTED]>
Date: Mon Jul 09 19:19:06 PDT 2001
Subject: Re: FUCK THE FUCKUNG MAILBOT! I WANT OUT OF THIS FUCKING LIST
>unsubscribe,
out:
http://shop.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=2U41UY7CK7&mscssid=5K472W9Q2Q759GC6JBK66SG117N4FVLD&isbn=1565926994
it will serve you well.
GL,
Mark Bergeron
-Original Message-
From: "Wilfried Mouquot"<[EMAIL PROTECTED]>
To: [EMAIL PROTECT
Is your directory set to scripts access?
-Original Message-
From: "nila devaraj"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri Jul 06 02:24:31 PDT 2001
Subject: newbie question
>Hi
>i have a webserver that has been configured for CGI
>scripting. i placed the HTML file in the requir
here
EOF
} else {
do something else
}
you get the picture.
GL,
Mark Bergeron
-Original Message-
From: "Srinivasan Kannan"<[EMAIL PROTECTED]>
To: "CGI"<[EMAIL PROTECTED]>
Date: Thu Jul 05 12:14:47 PDT 2001
Subject: Opening HTML file f
What kind of "script?"
-Original Message-
From: "qing wang"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Thu Jul 05 10:56:43 PDT 2001
Subject: how to write in access database
>
>Hi,
>
>anyone know how to write in access database using script?
>Thanks for any information.
>
>Qu
>
>
>
>
Back from vacation only a day and already I feel the love in this place (-8
-Original Message-
From: "Brett W. McCoy"<[EMAIL PROTECTED]>
To: "Greg Jetter"<[EMAIL PROTECTED]>
Cc: "Steve Howard"<[EMAIL PROTECTED]>, "RL Autry"<[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Date: Thu Jul 05 09:57:09
Yes you can.
-Original Message-
From: "James Kelty"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed Jun 27 15:18:23 PDT 2001
Subject: Including other files
>Can you include say a header and footer .cgi file that is just a
>subroutine? The reason I ask, is that it seems to me that it m
Oh boy... here we go! This should fire up some creativity. This first book should be
the Random House Dictionary of the English Language (-; Followed by the "Llama" book.
Followed by a great list of resources for solving this type of problem easily.
my 2 cents early,
Mar
I really might help if you share a little code with the group. Just paste some into
your email.
Mark Bergeron
-Original Message-
From: "Paul Burkett"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon Jun 25 12:59:08 PDT 2001
Subject: 500 Internal Server Error
>Eve
This may seem like a simple task for those of us whom have some hands on experience
with Perl but, when I was starting out I couldn't ever get the cookie bit going. There
are lots of tutorials this is true. None however give simple step by step instruction
on creating, retrieving and deleting t
You boys are all going to have to figure this one out.
Consider it a learning experience.
-Original Message-
From: "Lucy"<[EMAIL PROTECTED]>
To: "Cochrane, Paul"<[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Date: Tue Jun 26 03:58:03 PDT 2001
Subject: Re: Unsubscribing
>I have no idea why eve
That's the beauty of Perl and databases!
-Original Message-
From: "Timothy Kimball"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon Jun 25 12:42:19 PDT 2001
Subject: Re: ? embed scalars in the sql
>
>: Is it possible to embed a scalar into the sql such that the value of
>: the scalar
How's this?!
-Original Message-
From: "Jerry Preston"<[EMAIL PROTECTED]>
To: "cgi"<[EMAIL PROTECTED]>
Date: Mon Jun 25 09:07:00 PDT 2001
Subject: refresh
>Hi,
>
>I want to continuously refresh or update a screen with out it adding onto it's self.
>Any ideas?
>
>Thanks for your help!
>
And I hear that there is a third mouse to come!
Mark'
-Original Message-
From: "Randal L. Schwartz"<[EMAIL PROTECTED]>
To: "Mo Holkar / UKG"<[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Date: Mon Jun 25 08:45:51 PDT 2001
Subject: Re: If I could get just one Perl Book what should it be?
I would say "Effective Perl Programming" or "CGI Programming with Perl"
Mark'
-Original Message-
From: "Brian Jackson"<[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]>
Date: Mon Jun 25 07:03:12 PDT 2001
Subject: If I could get just one Perl Book what should it be?
>To all,
What type of OS are you running? What type of cam? Do they have web plug-in type
technology of sorts? What's the webpage suppose to return? Let us know.
Mark'
-Original Message-
From: "Paul Burkett"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri Jun 22 15:04:21 PDT 2001
Subject: CGI
Just insert your code insode the email itself so we can have a look that way.
Mark Bergeron
-Original Message-
From: "Al Hospers"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Date: Fri Jun 22 11:08:23 PDT 2001
Subject: Re: Code Review
>PLEASE do N
Your gonna have to remove yourself. Didn't you get a confirmation email with the
details of the what, where, why and how?
Mark Bergeron
Perl Junkie
-Original Message-
From: "Debo Lawrence-Cornett"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: We
pwise. It's not really that hard to do if you have all
of the pieces of the puzzle.
Mark Bergeron
-Original Message-
From: "Kris Cook"<[EMAIL PROTECTED]>
To: "'Adam Carson'"<[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Date: Tue Jun 19 07:38:14 PDT
Have you not tried DBD-ODBC?
-Original Message-
From: "Kris Cook"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Mon Jun 18 08:30:16 PDT 2001
Subject: database
>I'm curious. Why, when the ODBC functionality is distributed with
>ActiveState's Perl, do all examples I see in this group use
I don't think so. My other list are coming in fine. Does the list message contain
[EMAIL PROTECTED] in the To:
Mark Bergeron
-Original Message-
From: "Casey West"<[EMAIL PROTECTED]>
To: "Mark Bergeron"<[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Date:
Has this list had postings yet? I don't seem to be receiving any I think.
Mark Bergeron
-Original Message-
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu Jun 14 09:35:06 PDT 2001
Subject: Weekly list FAQ posting
>NAME
>beginners-faq - FAQ for the beginners-cgi m
>From what I understand, you should try and declare your $username, $password before
>you try and pass it in the query string. Also, I don't see where in the script you
>compare it against anything. Of course I may be thinking dB terms.
Mark Bergeron
-Original Message---
Luck,
Mark Bergeron
-Original Message-
From: "Geraint Jones"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Date: Tue Jun 12 08:23:21 PDT 2001
Subject: Re: error message
>Try putting the following at the beginning of your script, it helps a lot
>with deb
79 matches
Mail list logo