Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /* Memuat file yang dibutuhkan. */
  3. session_start();
  4. require_once('twitteroauth/twitteroauth.php');
  5. require_once('start.php');
  6.  
  7. /* COBA AJA */
  8. $query = mysql_query("SELECT * FROM twitter_access_tokens WHERE `id`='$id'");
  9. $token = mysql_fetch_array($query);
  10. if(!token){
  11. echo mysql_error();
  12. }
  13.  
  14. php echo $token['id'];
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement