Posts by OMaths • 131 points
6 posts
-
4
votes1
answer434
viewsQ: How to create a random number of 5 digits starting from 1?
I have to create a bank account with some requirements, in the middle of them I need to have a 5 digit starting number of the 00001. But when putting "00001" at the time of displaying only displays…
-
1
votes1
answer261
viewsQ: Export mysql Data to txt
Good afternoon, you guys, I am new in php, I have a table in mysql and I am accessing via phpmyadmin, I need to take data from a table and play in a txt separated by commas, it is something simple,…
-
5
votes2
answers612
viewsQ: Access items from a stack using for
I’m trying to access a forward position in the pile to make a comparison, but it’s not working and I couldn’t understand this for. Code for ( String UmToken : PilhaTokens) {…
-
-1
votes1
answer180
viewsQ: How to collect tweets and followers from the API?
Well guys I’m here again researching on the api’s on social networks, I’m starting twitter now and I’m having some difficulties, I need to collect profiles (id/ name) and along with the profile I…
-
2
votes1
answer207
viewsQ: Treat JSON for Facebook API query
I’m making requests for a user’s posts to Facebook API as in the code below. //faz requisição $postagens = file("https://graph.facebook.com/".$url."/posts?access_token=".$token); //imprime as…
-
0
votes1
answer1137
viewsQ: How to make post/likes requests/share profiles on facebook
I have to do a job where I have to create a code that captures friends/post/likes and shares a page on facebook and stores it in the database, but I have to do this with more than one page. I have…