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
>>
for ($count=0;$fields[$count]>0 ;++$count) {
$this=${$input->{my}}[$count];
if ($this eq $id) {
push...
}
<<

I wouldn't use that. You need to do a while loop through the file like I gave above otherwise you are looping through the input rather than the file and so you can only do as many loops as there are elements in the array which won't give the correct matches.

Last edited by:

RedRum: Feb 8, 2002, 8:36 AM
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 9476 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 9021 Feb 7, 2002, 11:14 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9095 Feb 7, 2002, 12:12 PM
Thread Re: [eric74] Passing values in the URL
Paul 9103 Feb 8, 2002, 4:23 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9086 Feb 8, 2002, 4:45 AM
Thread Re: [eric74] Passing values in the URL
Paul 9036 Feb 8, 2002, 4:48 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9051 Feb 8, 2002, 5:20 AM
Thread Re: [eric74] Passing values in the URL
Paul 9163 Feb 8, 2002, 5:52 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8966 Feb 8, 2002, 6:03 AM
Thread Re: [eric74] Passing values in the URL
Paul 9095 Feb 8, 2002, 6:13 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9028 Feb 8, 2002, 8:29 AM
Thread Re: [eric74] Passing values in the URL
Paul 9084 Feb 8, 2002, 8:33 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9059 Feb 8, 2002, 8:39 AM
Thread Re: [eric74] Passing values in the URL
Paul 9000 Feb 8, 2002, 8:45 AM
Thread Re: [RedRum] Passing values in the URL
eric74 9033 Feb 8, 2002, 9:05 AM
Thread Re: [eric74] Passing values in the URL
Paul 9021 Feb 8, 2002, 9:06 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8979 Feb 22, 2002, 9:53 AM
Thread Re: [eric74] Passing values in the URL
Paul 8982 Feb 22, 2002, 10:33 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8964 Feb 24, 2002, 5:32 AM
Thread Re: [eric74] Passing values in the URL
Paul 9004 Feb 24, 2002, 6:14 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8985 Feb 24, 2002, 6:36 AM
Thread Re: [eric74] Passing values in the URL
Paul 8933 Feb 24, 2002, 6:55 AM
Thread Re: [RedRum] Passing values in the URL
eric74 8901 Feb 24, 2002, 3:09 PM
Post Re: [eric74] Passing values in the URL
Paul 8910 Feb 25, 2002, 12:56 PM