Re: Sending a location Header

2003-01-12 Thread Octavian Rasnita
Can you provide the code? You should print the header for your page. The header always have 2 blank lines after, so you should use either: print "Location: $url\n\n"; or print "Content-type: text/html\n\n"; or print

Premature end of script headers -- solved

2003-01-12 Thread Rob Richardson
Greetings! I found the problem. In one execution path, my script has the following steps: $month = param('month'); $day = param('day'); $year = param('year'); $position = param('position'); $indmonth = param('indmonth'); $selection = param('selecti

Re: funny characters in form field

2003-01-12 Thread Michael Kelly
On Sat, Jan 11, 2003 at 09:41:37PM -0500, [EMAIL PROTECTED] wrote: > In a message dated 1/11/2003 8:55:37 PM Eastern Standard Time, > [EMAIL PROTECTED] writes: > > When processing the form the date in this format 3/1/2003 is converted to > > 3%2F1%2F2003. > > > > Can someone give me a regex to co

Apples and Oranges Revisited

2003-01-12 Thread Bob Williams
Last week, I requested help in a script that would compare two lists, and print the results in a third list - the results being just the items that occured in BOTH lists. You came thru with some good help. Posted below is the script I used - including some slight modifications for my web site.

Re: Sending a location Header

2003-01-12 Thread Rob Richardson
Greetings! I have successfully added the new functionality to the script I have been upgrading. Now the old functionality doesn't work. When I try to use it, I get an error page announcing Error 500, Internal Server Error. The log file contains the following message: "Premature end of script h