if($keywords) $where.=” And ($keywords)”;
$states = $wpdb->get_results( “SELECT * FROM wp_hospitals $where ” );
$exist = count($states);
[/php]
No Match Found for your keyword |
Hospital: [php]echo $st->title;[/php] Address: [php]echo $st->hospital;[/php] phone: [php]echo $st->number;[/php] City: [php]echo $st->city;[/php] state: [php]echo $st->state;[/php] |