PsdBul adlı üyeden alıntı:
mesajı görüntüle
11
●3.154
<?php
if (empty($terms)):
echo 'Arama cümlesi yazmadınız.';
else:
$query = mysql_query("blah blah blah");
if (mysql_num_rows($query) > 0 ):
while(koşul)...
else;
echo'sonuc yok';
endif;
endif;