#include ./header.iphtml cookie("HmPgNotice"); !> #include ./header_include.iphtml prepare(qq{ SELECT menuID FROM mmg_navMenu WHERE label='Home' AND meetingID=? LIMIT 1 }); $cursor->execute($meeting_no); undef(@ary); @ary = $cursor->fetchrow(); $cursor->finish(); $cursor = $main::dbh->prepare(qq{ SELECT content FROM mmg_pages WHERE pageID=? LIMIT 1 }); $cursor->execute($ary[0]); undef(@ary); @ary = $cursor->fetchrow(); $cursor->finish(); print "$ary[0]"; !>

 

×

Add the MMG icon to your home screen!

click here to see how

Ok, Don't Show Again Remind Me Later

#include ./footer_include.iphtml