Guest User

Untitled

a guest
Dec 11th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2.  
  3. $sql = ' INSERT INTO `projet` VALUES ("' . $_FILES['nom_du_fichier']['name'] . '", "' . $desc . '", "' . $type . '");';
  4. $insert = executer_requete($sql);
Add Comment
Please, Sign In to add comment