prefix . 'pw_gcmusers'; $sql = "update $table_name set status = 1"; $results = $wpdb->get_results($sql); echo "using key ".$accountOptions['gcm_api_key']; echo "
Table prefix'$wpdb->prefix'"; sendPushNotification(array("post_id" => $_GET['postid'], "notification_type" => "stack"), $accountOptions['gcm_api_key']); }else{ echo "Not authorized"; } ?>