Guest User

Untitled

a guest
Oct 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if (isset($_GET['id'])){
  2. $url = $_GET['id'];
  3. }
  4.  
  5. $stmtID = $con->prepare("SELECT idlibro,libro,titulo,precio FROM biblioteca WHERE url=?");
  6.  
  7. if (isset($_GET['url'])){
  8. $url = $_GET['url'];
  9. }
Add Comment
Please, Sign In to add comment