Gossamer Forum
Home : Products : DBMan : Customization :

Re: [eric74] Passing values in the URL

Quote Reply
Re: [eric74] Passing values in the URL In reply to
OK. Next point: you seem to have several checkboxes with the same name "my". This means that when the values are passed on the script, you get one string for "my": "firstvalue\0secondvalue\0thirdvalue".

The subroutine parse_form should take care of splitting these on one particular character, so that "\0" is replaced with something else. I don't know how the standard parse_form in db.cgi does this; mine is already edited. Take a look at it - you may want to do something, by adding the commas at the end of your form input, that dbman already does. Maybe your problem comes from there? Just guessing ...
kellner
Subject Author Views Date
Thread Passing values in the URL eric74 10160 Jan 29, 2002, 10:55 AM
Thread Re: [eric74] Passing values in the URL
kellner 9630 Jan 29, 2002, 11:39 AM
Thread Re: [kellner] Passing values in the URL
chmod 9553 Jan 29, 2002, 12:27 PM
Post Re: [chmod] Passing values in the URL
eric74 9398 Jan 30, 2002, 9:01 AM
Thread Re: [kellner] Passing values in the URL
eric74 9477 Jan 30, 2002, 9:02 AM
Thread Re: [eric74] Passing values in the URL
kellner 9539 Jan 30, 2002, 2:48 PM
Thread Re: [kellner] Passing values in the URL
Paul 9494 Jan 30, 2002, 2:53 PM
Post Re: [RedRum] Passing values in the URL
eric74 9453 Jan 31, 2002, 4:21 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9566 Feb 6, 2002, 6:00 AM
Thread Re: [eric74] Passing values in the URL
Paul 9433 Feb 6, 2002, 7:01 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9432 Feb 6, 2002, 10:13 AM
Thread Re: [eric74] Passing values in the URL
eric74 9428 Feb 6, 2002, 11:38 AM
Thread Re: [eric74] Passing values in the URL
Paul 9534 Feb 6, 2002, 11:43 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9471 Feb 6, 2002, 11:53 AM
Thread Re: [eric74] Passing values in the URL
Paul 9529 Feb 6, 2002, 11:56 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9478 Feb 6, 2002, 12:00 PM
Thread Re: [eric74] Passing values in the URL
Paul 9417 Feb 6, 2002, 12:03 PM
Thread Re: [RedRum] Passing values in the URL
eric74 9440 Feb 6, 2002, 12:08 PM
Post Re: [eric74] Passing values in the URL
Paul 9425 Feb 6, 2002, 12:12 PM
Thread Re: [eric74] Passing values in the URL
Paul 9475 Feb 6, 2002, 12:15 PM
Thread Re: [RedRum] Passing values in the URL
eric74 9392 Feb 7, 2002, 5:42 AM
Thread Re: [eric74] Passing values in the URL
Paul 9436 Feb 7, 2002, 6:18 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9592 Feb 7, 2002, 9:12 AM
Thread Re: [eric74] Passing values in the URL
Paul 9471 Feb 7, 2002, 9:30 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9419 Feb 7, 2002, 10:01 AM
Thread Re: [eric74] Passing values in the URL
Paul 9014 Feb 7, 2002, 11:14 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9088 Feb 7, 2002, 12:12 PM
Thread Re: [eric74] Passing values in the URL
Paul 9096 Feb 8, 2002, 4:23 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9079 Feb 8, 2002, 4:45 AM
Thread Re: [eric74] Passing values in the URL
Paul 9029 Feb 8, 2002, 4:48 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9044 Feb 8, 2002, 5:20 AM
Thread Re: [eric74] Passing values in the URL
Paul 9156 Feb 8, 2002, 5:52 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8959 Feb 8, 2002, 6:03 AM
Thread Re: [eric74] Passing values in the URL
Paul 9088 Feb 8, 2002, 6:13 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9021 Feb 8, 2002, 8:29 AM
Thread Re: [eric74] Passing values in the URL
Paul 9076 Feb 8, 2002, 8:33 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9052 Feb 8, 2002, 8:39 AM
Thread Re: [eric74] Passing values in the URL
Paul 8993 Feb 8, 2002, 8:45 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9026 Feb 8, 2002, 9:05 AM
Thread Re: [eric74] Passing values in the URL
Paul 9014 Feb 8, 2002, 9:06 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8972 Feb 22, 2002, 9:53 AM
Thread Re: [eric74] Passing values in the URL
Paul 8975 Feb 22, 2002, 10:33 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8957 Feb 24, 2002, 5:32 AM
Thread Re: [eric74] Passing values in the URL
Paul 8997 Feb 24, 2002, 6:14 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8978 Feb 24, 2002, 6:36 AM
Thread Re: [eric74] Passing values in the URL
Paul 8925 Feb 24, 2002, 6:55 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8894 Feb 24, 2002, 3:09 PM
Post Re: [eric74] Passing values in the URL
Paul 8903 Feb 25, 2002, 12:56 PM