You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query=mysql_query("SELECT * FROM books_info where title like '".$term."%' or accession_no like '".$term."%' having flag = 1 and status not in('lost') order by title ");