<%perl> my $sql=qq|select Dbid from contentpages where Pagename = 'index' AND Cms = '5'|; my @chosen=$db->select_array("$sql"); foreach my $S (@chosen) { my @auto=$db->simple_select("select * from contentpages where Dbid = $S AND Cms = '5'"); print $auto[1]; }

 

HOME
Birds | Fish | Reptiles | Small Pets | Cages | Other Supplies | Dog and Cat Food and Supplies

<%init> use CGI; my $cgi= new CGI; use CMSDB::DB; my $db= new CMSDB::DB($cgi);