Hi
i am getting error here is my code
global $wpdb;
$result = $wpdb->get_var(
"SELECT visa_status from wp_v_detail where uniquecode = '$in_id'" );
echo $result;
i want to get only current status and display to page.i am not able to see anything after submitting button
Thanx
Sanket