Menu
Category

PHP

Android Push Notification Using PHP and Google Cloud Messaging

PHP By Nov 26, 2015 No Comments

Sending push notification to android device is very important part of an App. Most of the time we use it for sending some information as well us for promotion. I am going to tell you how you can use PHP script to send Android Push Notification using Google Cloud Messaging. Script is so simple and you can use it easily in…

Create JSON API Using PHP and MYSQL

Home, PHP By Nov 24, 2015 1 Comment

Now these day’s mobiles are getting more dearer than other gadget’s. APP’s are the important factor for making mobile your favorite gadget. Same as apps now these day’s everyone what their website to be mobile friendly and some of them create app also for their website. Now these days mobile app’s are more common for website owner’s and market for…

Calculate Distance From Latitude and Longitude PHP

PHP By Aug 23, 2015 2 Comments

Calculating distance from latitude and longitude is bit tricky and complex. Recently we were working on a project and we need to calculate the longitude and latitude from given longitude and latitude. We use to show the nearest restaurant’s using our location. We got success so i think to put it online so that it will help you guy’s. Soon…

Stop Spam From Adult Site Referrals in Google Analytics

PHP, SEO By Apr 29, 2015 No Comments

Stop Spam From Adult Site Referrals in Google Analytics What spam referrals in my site its not possible…. really I have seen many spam keywords and URL’s in the Google Analytics these days. You don’t have to worry they wont hurt your website but it will create issues for you and gives you wrong Analytics. You will get wrong analytics…

Create JSON From PHP Array Using Mysql and Post Values in Form

Jquery, PHP By Oct 11, 2014 No Comments

Hello today we will create the JSON from php Array. As now these days we are using jquery and ajax too much and we need it very often. You can read the whole json encoding at php official website. As json_encode(Array) expects parameter as Array. So here we will use the php array. Here i am creating the database and…