get_results("select * from ".$wpdb->prefix."banners WHERE list_status= '1' and bannerName='vision' ");
if( $result ) {
foreach( $result as $entry_detail ) {
echo '';
echo $entry_detail->bannerName;
echo $entry_detail->banner_heading;
echo $entry_detail->banner_subheading;
}
}
?>
get_results("select * from ".$wpdb->prefix."banners WHERE list_status= '1' ");
if( $result )
{
?>