Help for this page

Select Code to Download


  1. 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.
    
  2. or download this
    <!-- warning: String found where operator expected at ./addoffice.cgi 
    +line 59, near "$sth = $dbh&#65533;&#65533;prepare($stmt) || die "" (M
    +ight be a runaway multi&#65533;line "" string starting on line 57) --
    +>
    
  3. or download this
    # Prepare and execute the SQL query
                $sth = $dbh->prepare($stmt) 
                || die "prepare: $stmt: $DBI::errstr";
    ...
                $sth->fetchrow();
            }
    print end_html;