ginoplusio


Member since 11/07/2008

Website: http://www.barattalo.it

4 snippets

33495 profile views

6 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

ginoplusio's Recent PHP SnippetsTagged curl



« Prev 1 Next »
Since the 31 of august 2010, twitter made its API more secure, stopping basic authentication calls. So, if you used basic authentication you have to change your code and implement oAuth authentication model or you can follow this link and found a mi...
1 2646 posted 15 years ago by ginoplusio
If you need to add some content to your pages without having that content in your database you can use Wikipedia API. You can, for example, need to add automatically a simple description to a city name, or to a band name. Or you could need to add the...
1 2055 posted 15 years ago by ginoplusio
PHP function of mini bot class that lets you retrieve twitter infos from twitter nickname. ($this->attr method is part of the Mini Bot Class)
2 2152 posted 16 years ago by ginoplusio
The first function make short urls. The second function decode a short url with CURL. It gets the http header of the short url page. If the header contains a "Location:" header, then it's a redirect, and the decoded url is the url in the "Location"...
1 3191 posted 16 years ago by ginoplusio
« Prev 1 Next »