Guest User

Untitled

a guest
Aug 27th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. SELECT `users`.id AS users_id, `podarok`.you_id AS podarok_id ,`users`.*
  2. FROM `users` , `podarok` WHERE `users`.id = '".intval($my_id)."' AND `podarok`.you_id = `users`.id
Add Comment
Please, Sign In to add comment