including all words :
exact phrase :
any of the words :
excluding words :
0) { $res = mysql_query("SELECT * FROM `{$system['prefix']}_imgbtns` WHERE `id`='{$style_data['imgbtns']}'"); $row = mysql_fetch_assoc($res); $style_data['imgbtn_tag'] = ''; } if ($style_data['imgbtns'] == 0) { print ""; }else{ print $style_data['imgbtn_tag']."\n"; } ?>