Advertisement
myrazel

Untitled

Dec 23rd, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. if(isset($_POST['tblubah'])){
  2. $id = addslashes(htmlentities($_POST['idsupplier']));
  3. $nama = addslashes(htmlentities($_POST['namasupplier']));
  4. $alamat = addslashes(htmlentities($_POST['alamat']));
  5. $jenkel = addslashes(htmlentities($_POST['jeniskelamin']));
  6. $telp = addslashes(htmlentities($_POST['telp']));
  7. $pass = addslashes(htmlentities($_POST['pass']));
  8. $message = $Supplier->ubah($id,$nama,$alamat,$jenkel,$telp,$pass);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement