Posts by Soares • 83 points
4 posts
-
2
votes1
answer117
viewsQ: How to save in a database, confrontations between teams?
I would like to know how to save in a table in the database clashes between teams, for example: TIME A x TIME B TIME A x TIME C TIME B x TIME C
-
1
votes1
answer122
viewsQ: How to access albums from a Fan Page on Facebook?
I used the following code, to access the albums of a fan page on facebook: $cUrl = new cUrl; $fb_page_id = "xxxx"; $json_link =…
-
1
votes2
answers1388
viewsA: How to save facebook profile photo in database?
I used this class to solve my problem. class cUrl{ public function file_get_contents_curl($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_URL, $url);…
-
4
votes2
answers1388
viewsQ: How to save facebook profile photo in database?
I have a button that when you click, connects to facebook and displays the data of the person in a form for registration, in this form to a field of type text that returns to me the following:…