On Monday 18 June 2001 22:35, Vontel Girish wrote:
> I have just started to create a sample online store
> with Unix OS, Apache web server, CGI with perl and
> MySQL database.
>
> The perl program given below splits the querystring
> into Name value pairs.
>
> -
I wrote:
: You should have to write this yourself.
Sorry, that should have been:
You should *not* have to write this for yourself.
-- tdk
Vontel Girish wrote:
: CAN ANYONE TELL ME WHEN I AM WRITING A CGI PROGRAM
: FOR CONNECTING TO MYSQL DATABASE AND DUMPING THE DATA
: INTO THE TABLE, WILL I HAVE TO INCLUDE THE ABOVE PIECE
: OF CODE FOR SPLITTING THE QUERYSTRING INTO NAME VALUE
: PAIRS?
You should have to write this yourself.
ment the input type: GET or POST.
> --
> From: Vontel Girish[SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 19, 2001 7:35 AM
> To: [EMAIL PROTECTED]
> Subject: queryString and CGI.
>
> I have just started to create a sample online store
> with
I have just started to create a sample online store
with Unix OS, Apache web server, CGI with perl and
MySQL database.
The perl program given below splits the querystring
into Name value pairs.
---
#!/usr/local/bin/perl
if($ENV{'REQUEST_METHOD'}eq 'GE