Advertisement
Guest User

Untitled

a guest
May 30th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $table = 'wp_promotion';
  2. $data = array(
  3. 'id' => $id ,
  4. 'art_id' => $art_id ,
  5. 'nom' => $nom ,
  6. 'category' => $category ,
  7. 'url' => $url ,
  8. // 'forum' => $forum ,
  9. 'forum' => '' ,
  10. 'remarque' => $remarque ,
  11. 'langue' => $langue ,
  12. 'fait' => $fait
  13. );
  14. $insert = $wpdb->insert( $table, $data );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement