Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. foreach ($dados['cliente'] as $cliente) {
  2.  
  3. $stnCodpai = $cliente['Code'];
  4. $stnAssuto= $cliente['Name'];
  5.  
  6. $intCodpai = intval($stnCodpai);
  7.  
  8. var_dump($intCodpai);
  9. $sendCliente = $regCliente->registerCliente($intCodpai, $stnAssuto);
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement