Guest User

Untitled

a guest
Dec 11th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. $noti = ("SELECT * FROM notificaciones WHERE user2 = ".$_SESSION['id']." AND leido = '0' ORDER BY id_not desc");
  3. $cuantas = $noti->query();
  4. ?>
Add Comment
Please, Sign In to add comment