Advertisement
nunofranca

Untitled

Nov 27th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $cadastro = $conn->prepare('INSERT INTO exames VALUES( id, nome, img)');
  2. $cadastro->execute(array(
  3. ':id' => $id,
  4. ':nome' =>$nome,
  5. ':img' => $img ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement