I'm still new at this field of API & PHP so any help would be great!
I'm using the Twitter's API "followers/ids" and I would like to insert it into my table in "phpMyAdmin".
After I get the list, I want to insert it into the table that contains two columns - one is for the ID I entered and the other column is for the follower's ID.
I managed to get the list from the Twitter's API but unable to insert it into the table..
thanks for your help!