Set Authorized Redirect URIs in Google API console

Once you have created your Google OAuth API Keys, you may be wondering how to authorize redirect URIs for your applications? or may you are receiving Error:redirect_uri_mismatch error. You can correct it by following these simple steps below.

MySQL SELECT Statement with PHP

MySQL SELECT statement selects records from MySQL database. We can execute SELECT statement in PHP and get desired results.

Organizing Gmail With Filters & Labels

Since there’s no such thing called “folder” in Gmail, many Gmail users often wonder how to save their important emails, using filters aren’t the first choice, because most of them do not know about it, others do not bother. So they keep their emails just the way they are “in Inbox”.  Sometimes we have to mass delete old email, and accidently important emails also get delete, but fortunately Gmail moves deleted mails into Trash and can be retrieved within 30 days.  But sometimes it becomes too late and important mails are lost forever. So as they say, it is better safe than sorry…

Enable error reporting in PHP file

Many hosting companies by default disables any PHP error reporting for security purpose, because it displays all the vital information and root server path. Which is certainly not a good idea and it might interest some curious and naughty people.