I have url like this http://localhost/join/prog/ex.php
http://localhost/join/prog/ex.php
When i use GET method the url address like this http://localhost/join/prog/ex.php?name=MEMO
http://localhost/join/prog/ex.php?name=MEMO
If you're using apache, consider using a .htaccess file with mod_rewirte. Here a quickstart. I think this result can be obtained on iis as well with web.config file