- or download this
syntax error at /usr/lib/cgi-bin/addoffice.cgi line 62, near "$sth = $
+dbh->prepare($stmt) || die ""
Can't find string terminator '"' anywhere before EOF at /usr/lib/cgi-b
+in/addoffice.cgi line 63.
- or download this
<!-- warning: String found where operator expected at ./addoffice.cgi
+line 59, near "$sth = $dbh��prepare($stmt) || die "" (M
+ight be a runaway multi�line "" string starting on line 57) --
+>
- or download this
# Prepare and execute the SQL query
$sth = $dbh->prepare($stmt)
|| die "prepare: $stmt: $DBI::errstr";
...
$sth->fetchrow();
}
print end_html;