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
$sql=mysql_query("select borr.*,reader.*,rt.* from tb_borrow as borr join tb_reader as reader on borr.readerid=reader.typeid join tb_readertype as rt on reader.typeid=rt.id where rt.id='$id'");
$info=mysql_fetch_array($sql);
if($info==false){
$query=mysql_query("delete from tb_readerType where id='".$_GET[id]."'");