Easiest way to Detect Browser in PHP

PHP Detect Browser

Now a days people are started detecting your browser and Operating system details in their web application for debugging, system usage analytics & other purposes. In this tutorial we are going to see how to Detect Browser & Operating System (OS) details in PHP. By using PHP’s native function we … Read more

PHP Text to Speech using Amazon Polly API

php text to speech amazon polly

Amazon Polly is a Web Service used to convert any Text to Speech in real time. Also there is an option to download into MP3 format. This text to speech service that uses advanced machine learning technologies to convert speech that sounds like a original human voice. checkout my recent … Read more

Facebook Style Mention System with PHP, MYSQL & jQuery

Facebook Twitter Style Mention System with PHP, jQuery & PDO

Facebook / Twitter style mention system with PHP is one of the cool implementation in the social networks. It is used to mention the particular user by adding @ symbol infront of the username. When you start typing @ followed by username, social networks automatically suggests the users via autocomplete … Read more

How to Implement Memcached in PHP CodeIgniter

Memcached in Codeigniter

In this post I would to share how to install memcached caching system in amazon ec2 cloud server and access it via php codeigniter framework. We can store any data like plain text, json, array & html contents into the server memory. Stored can be accessible by using . About … Read more

Facebook Wall Script using PHP Laravel Framework

Today I’m going to share my views on New Laravel Facebook Wall Script which is done by using Most Popular PHP Framework called “LARAVEL” This Laravel Facebook Wall Script has been done by my friend who is the founder at wsnippets.com. Hearty congrats to Mr Azhagupandian K. Last year I released … Read more

Facebook Url Expander with jQuery Ajax and PHP

Facebook Url Expander using jQuery and PHP

I hope everyone noted this feature in Facebook. If you copy and paste any facebook url in your status, facebook will display the exact data from the url you have shared. I have used facebook social embed plugin to achieve what we need in this tutorial Previously I had published … Read more

Google OAuth 2.0 Ajax Login using jQuery, PHP & MYSQL

Last week one of my reader asked me that how to Implement Google OAuth 2.0 Ajax Login using jQuery, PHP with Javascript SDK without Page Refresh and also data should be stored on MYSQL database as well. So I thought this is the time to write a tutorial for this. Millions … Read more