- or download this
my $sql = "select type,data from bilder where id =?";
my $sth = $dbh->prepare($sql);
...
print $q->header( -type => $type );
print $data;
}
- 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
- or download this
CREATE TABLE `bilder` (
`id` int(11) NOT NULL auto_increment,
...
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;