Merge 7a7f346246 into c0f2689f4a
This commit is contained in:
commit
8274304f5b
|
|
@ -47,7 +47,7 @@
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$query = "SELECT bookname,authorname FROM books WHERE number =".'$number';
|
$query = "SELECT bookname,authorname FROM books WHERE number =".$number;
|
||||||
$result = mysqli_query($conn,$query);
|
$result = mysqli_query($conn,$query);
|
||||||
|
|
||||||
if (!$result) { //Check result
|
if (!$result) { //Check result
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user