Results for: "ads"

Contents (252)

Php Snippet: parse url and separate all it's parts
Php Snippet: parse url and separate all it's parts

Use this snippet to get some value iside urls, for example the last directory. $url = 'https://aplicaciones.org/wp-content/uploads/2011/09/skypevideo-500x361.jpg?arg=value#anchor'; print_r(parse_url($url)); $url_path = parse_url($url, PHP_URL_PATH); $parts =…

read more
50 Useful jQuery Plugins
50 Useful jQuery Plugins

We have compiled a list of 50 awesome plugins: we have split all of the plugins into the following categories:…

read more
PHP-MongoDB Beginners Guide
PHP-MongoDB Beginners Guide

Over the last year or so, there's been a small revolution taking place in the database world, with the advent…

read more
Genghis - Mongo DB Manager in a single file
Genghis - Mongo DB Manager in a single file

  For NoSQL fans, MongoDB is definitely the most popular solution with the simplicity and cross-platform support offered. In order to manage…

read more
SEOStats Php class to get Seo Statistics
SEOStats Php class to get Seo Statistics

  SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics such as detailed backlink…

read more