> Hi,
>
> When Im looping through as cgi that loops through records in a table,
I do
> a print statement of a variable.
> Example
>
> if($condition eq "G")
> {
>print $field1;
> }
>
> why does it print all the occurances of the fields in the table, as only
> one of them fits the criteria o
Hi,
When Im looping through as cgi that loops through records in a table, I do
a print statement of a variable.
Example
if($condition eq "G")
{
print $field1;
}
why does it print all the occurances of the fields in the table, as only
one of them fits the criteria of equaling "G". Is there some