<?php
do{
if (!preg_match('~[0-9]+~', $row_searchTerms['keyword']) and !preg_match('/[\'^£$%&*()}{@#~?><>,|=_+¬-]/', $row_searchTerms['keyword']) and strlen($row_searchTerms['keyword']))>=3) {
?>
<a href="arama.php?q=<?php echo $row_searchTerms['keyword']; ?>" class="btn btn-white btn-cons" style="margin:2px;"><?php echo $row_searchTerms['keyword']; ?></a>
<?php
}
} while($row_searchTerms = mysqli_fetch_assoc($searchTerms));
?>
</div>
teşekkürler hocam ama olmadı beyaz sayfa çıkıyor.