Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. SELECT `cadastro_pedidos`.*
  2. FROM `cadastro_pedidos` INNER JOIN `cadastro_codpedido` ON `cadastro_pedidos`.`codped` = `cadastro_codpedido`.`id`AND id_cliente = kt_login_id
  3. ORDER BY `cadastro_pedidos`.`id` ASC
  4.  
  5. No form: $_SESSION['kt_login_id']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement