|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
<%init>
my $dbh = DBI->connect("DBI:mysql:allaboutjazz", 'vxweb', 'vx232web');
my ($nt_id, $name, $image_url);
my $sql = qq { SELECT news_type_id, name, image_url from news_type
WHERE news_type_id
ORDER BY name };
my $stmt = $dbh->prepare($sql);
$stmt->execute();
%init>
<%cleanup>
$dbh->disconnect();
%cleanup>
|
|||||||||||||||||||
|
|
||
|
|
All material copyright © echo ?> All About Jazz and/or contributing writer/visual artist. All rights reserved. | Privacy Policy | |