954,576 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

twitter API

How to save twitter followers and number of tweets in a database.(php)

priya1989
Newbie Poster
4 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

Which of the above words denotes your problem? followers - tweets - database - php - ?

smantscheff
Nearly a Posting Virtuoso
1,233 posts since Oct 2010
Reputation Points: 300
Solved Threads: 254
 

i want to save number of followers in my database...??

priya1989
Newbie Poster
4 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

So, what have you done already?

smantscheff
Nearly a Posting Virtuoso
1,233 posts since Oct 2010
Reputation Points: 300
Solved Threads: 254
 

i want to save number of followers in my database,
i have an database with column, username and followers, suppose a user1 has 288 followers, i want that number "288" get saved in my database

user1|288

priya1989
Newbie Poster
4 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

If your database is an sql database, use the insert command, like in

insert into users (username, followers) values ('user1',288);
smantscheff
Nearly a Posting Virtuoso
1,233 posts since Oct 2010
Reputation Points: 300
Solved Threads: 254
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: