- or download this
my $sql = qq{ SELECT * FROM slname};
$qry = $dbhutils->prepare($sql);
...
$slnameHTML = $slnameHTML . "<option value=\"$slID\">$slname<\
+/option>\n";
}
$qry->finish();
- or download this
DBD::mysql::st fetchrow_array failed: fetch() without execute() at....
- or download this
my $sql = qq{ SELECT * FROM titles ORDER BY slID, countryID, languageI
+D, title};
$qry = $dbh->prepare($sql);
...
print $cgi->p("");
}
$qry->finish();
- or download this
# Takes the countryID as a parameter e.g. "12"
...
$qry->finish();
return $countryname;
}