Help for this page

Select Code to Download


  1. or download this
      my $sql = "select type,data from bilder where id =?";
        my $sth = $dbh->prepare($sql);
    ...
            print $q->header( -type => $type );
            print $data;
          }
    
  2. or download this
    [Sun Dec 18 11:24:34 2005] [error] [client 192.168.x.y] (\xa2\x80, ref
    +erer: http://server.lan/cgi-bin/index.pl?action=picman
    
  3. or download this
    CREATE TABLE `bilder` (
      `id` int(11) NOT NULL auto_increment,
    ...
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;