Using this code you can display empty count result:
$total_rows = mysql_num_rows($result);
if($total_rows>0){
// please use your code in this section
}
<?php
// Make a MySQL Connection
Type: Posts; User: deemtech; Keyword(s):
Using this code you can display empty count result:
$total_rows = mysql_num_rows($result);
if($total_rows>0){
// please use your code in this section
}
<?php
// Make a MySQL Connection