|
| A R C H I V E D M E S S A G E |
|
Subject: TAB and commas |
| Posted: 04/27/2004 at 12:22:51 pm |
| By: hawk4eye |
| I have setup my fields to use a TAB as the seperator. I have 15 fields, works great but after say 15 forms compeltions it will us a comma to seperate the fields then go back to TAB on the next 10 or 15 form completions. I also see the ipddress and time on accation. | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/27/2004 at 3:19:36 pm |
| By: hawk4eye |
| what I did is made three forms, first review.cgi sends data from index.html form to a review.shtml page while sending no data to DAT file, data.cgi sends form data from review.shtml to printslip.shtml for printing then printslip.shtml uses databases.cgi to send data to DAT file and success.shtml for registar to see results.
No cgi sends data to DAT file except last cgi databases.cgi.
There are three | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/27/2004 at 3:32:21 pm |
| By: hawk4eye |
| ALSO:
here are the lines in the first two cgi
$datafile{"1"} = "";
$datafile{"2"} = "";
$send_data_results = "2";
$send_email_results = "2";
last cgi
$datafile{"1"} = "";
$datafile{"2"} = "";
$send_data_results = "1";
$send_email_results = "2";
| |
|
|
Subject: Re: TAB and commas |
| Posted: 04/27/2004 at 3:33:43 pm |
| By: hawk4eye |
| OOps
last cgi
$datafile{"1"} = "/path/to/data/file";
$datafile{"2"} = "";
$send_data_results = "1";
$send_email_results = "2"; | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/27/2004 at 5:14:41 pm |
| By: Seth Knorr |
| What is the full url to any of these forms.
Seth | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/27/2004 at 12:56:14 pm |
| By: Seth Knorr |
| The only way this can happen is if you are specifing COMA on one form and TAB on another and are both writing to the same data file.
If you are using two or more forms, to post data to the data file, you need to make sure the formating is right, or use a different data file for each form.
Seth | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/28/2004 at 5:22:47 am |
| By: hawk4eye |
| http://statechampionship.ncwrestling.org | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/28/2004 at 6:01:10 am |
| By: Seth Knorr |
| The only page that comes up is the main home page, all other I get the NOT FOUND error??
Seth | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/28/2004 at 6:13:47 am |
| By: hawk4eye |
| try
ncw_databases.cgi
ncw_extra_data.cgi
ncw_review.cgi
ncwrestling.cgi | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/28/2004 at 6:15:11 am |
| By: hawk4eye |
|
|
Subject: Re: TAB and commas |
| Posted: 04/28/2004 at 6:18:36 am |
| By: hawk4eye |
| along with
statechampionship_review.shtml
statechampionship_printslip.shtml
statechampionship_success.shtml
?p
| |
|
|
Subject: Re: TAB and commas |
| Posted: 04/28/2004 at 11:42:44 am |
| By: Seth Knorr |
| I tried all of the following pages, I still get page not found please visit and confirm for yourself. The only page that comes up is the home page.
http://statechampionship.ncwrestling.org/statechampionship_review.shtml
http://statechampionship.ncwrestling.org/statechampionship_printslip.shtml
http://statechampionship.ncwrestling.org/statechampionship_success.shtml
Seth | |
|
|
Subject: Re: TAB and commas |
| Posted: 04/28/2004 at 1:04:43 pm |
| By: hawk4eye |
| the path to cgi is cgi-bin/registration/ and the shtml as well
http://statechampionship.ncwrestling.org/cgi-bin/registration/statechampionship_review.shtml
| |
|
|
Subject: Re: TAB and commas |
| Posted: 04/29/2004 at 4:35:45 pm |
| By: hawk4eye |
| I wish I could zip up the hole sight and send it to you. Maybe at some point you could look at it and figure out where I have screwed up. | |
|
|