i done a project in php i want to hide my URL in address bar how can i hide any one help me please
http://www.mysite.co.in/tempserv/bos/fm/index.php?page=reports&pageid=2&uid=109"
this is my URL i want to show to users up to index.php only like
http://www.mysite.co.in/tempserv/bos/fm/index.php How can i hide this
Use POST method instead of GET. Eg.
----------- ----------- -----------