Re: queryString and CGI.

2001-06-19 Thread Greg Jetter
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. > > -

Re: queryString and CGI.

2001-06-19 Thread Timothy Kimball
I wrote: : You should have to write this yourself. Sorry, that should have been: You should *not* have to write this for yourself. -- tdk

Re: queryString and CGI.

2001-06-19 Thread Timothy Kimball
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.

RE: queryString and CGI.

2001-06-19 Thread Grierson, Garry (UK07)
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

queryString and CGI.

2001-06-18 Thread Vontel Girish
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