I want to create a dynamic drop down list box in which
Locality is loaded on page load
then
Depending upon selected Locality...
Sub locality , Ward will be Loaded...
..
I done it by using form with 'get' method..
but
I want to done it using post method..
so that
Selected values are not shown in the URL..
Database Dump is Attached with it....
and
Demo can be seen here
http://www.plus2net.com/php_tutorial/dd.php
from which i taken Help...
Thanks...