Hi all,
Please help on following scenario
when I enter url in following formats ;
http://abc123.samplesite.com
http://samplesite.com/abc123
http://www.samplesite/abc123
I want to pass 'abc123' as follows to my php page
.I don't wont others to see it (the real url) . Just want pass 'abc123' as a query string ;
http://www.samplesite.com/getbooks.php?id=abc123
thanks