Google Maps Reverse Geocoding in Java

Reverse Geocoding google map API is helpful tool (webservice) that converts given location on maps (latitude & langitude) into human readable address. 15.783 & 45.5698   ————> no:5, new street, t.nagar , Chennai -17.

Generate random password in MySQL

It’s very simple to generate random password in MySQL. Here is sample MySQL query to generate random password. SELECT substring(MD5(RAND()) from 1 for 10) AS password To generate random password I’m going use three

Pass Javascript variable value to php variable

We can use variable value in JavaScript in PHP, but we can not directly use value in client side (JavaScript) in server side PHP. Here is simple solution to use value in client side

Find number of affected rows by MySQL UPDATE query in Java

In java executeUpdate() function of Preparedstatement returns integer which gives numbers of rows affected for particular MySQL updation………. Here is the simple code how to access number of affected rows  MySQL UPDATE query in Java……….. [crayon-519950f7e267d/] Here is

Multi dimensional array in Smartfoxserver 2x (Java API)

This is simple example how to use multi dimensional array in SmartFoxServer actionScript 3 API as well Java API. I am using actionScript 3 API on the client, on the server side I’m using

Two dimensional array in Smartfoxserver 2x (Java API)

This is simple example how to use two dimensional array in SmartFoxServer actionScript 3 API as well Java API. I am using actionScript 3 API on the client, on the server side I’m using

SmartFoxServer 2x Custom User Registration and Login

In multi player gaming development there is requirement like custom user registration and custom user login which is some what tricky in smartfoxserver 2x or smartfoxserver pro.   In smartfoxserver 2x for  custom user registration and