php
PHP: Hypertext Preprocessor is a server-side scripting language designed for web development.
User agent detect with PHP
Small PHP code snippet to make a quick detect if the browser that requests your page is on a mobile…
How many times a web link has been shared on Twitter
Twitter share button and Facebook share button are the most used buttons to share links on Internet. You can read…
Updated version of the the Facebook Connect Tutorial
I’ve written un updated version of the Facebook Connect Tutorial, you can find it in the top menu of Barattalo.it.…
How to read facebook likes count from PHP
When you add facebook like button to your site, probably, you also want to save the number of likes of…
Mini log functions for PHP
When you have to log something with php you can use fopen to create a file and then use fwrite…
PHP code to check if remote mp3 exists
Hi, I’ve a big table with thousands of mp3 links. Sice these links come from an old database, many of…
How to use Instagr.am photos on your site
UPDATE: 2013-12-04 I’ve made a method in the Mini Bots PHP Class that lets you retrieve images from instagram without…
get MySpace events with a PHP function
Here is a function to read the concerts for a myspace band page. This code retrieves the “shows page” for…
PHP Geocoding function, from address to coordinates lat long
This is a small function included in the Minibots Class that converts an address to a couple of coordinates Latitude,…