Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
     print "<h1>Database Test</h1>";
    
        $query->end_html;
    
  2. or download this
    Database Test
    (Username i enter in the form)DBI::db=HASH(0x838242c)
    Database Test
    
  3. or download this
    my $sql = "SELECT * FROM users WHERE id = '$user'";
    
  4. or download this
    my $sql = "SELECT * FROM users WHERE id = 1";
    
  5. or download this
    Database Test
    (Correct email address)
    Database Test
    
  6. or download this
    Use of uninitialized value in concatenation (.) or string at login.pl 
    +line 27.