including all words :
exact phrase :
any of the words :
excluding words :
10 results
20 results
30 results
50 results
if ($style_data['imgbtns'] > 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"; } ?>