Don't like ads? PRO users don't see any ads ;-)

insert/update member plus

By: od3n on May 2nd, 2012  |  syntax: PHP  |  size: 0.23 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. // insert/update member plus
  2.  
  3. $plus = array(
  4.         credits => 200,
  5.         profile_theme => '',
  6.         plus_themes => ''
  7.         plus_autofollow => '1',
  8.         plus_gifts => '',
  9.         plus_videos => '0'
  10. );
  11.  
  12. var_dump($plus->post_member_plus($member['id'], $plus));