Here is example of URL from which I want to extract the last part which is name of the person.
yourdomain.com/?n=PERSON .
I want the part after
" ?n= "
Then use this person name on the same HTML page. So I will be showing this person name on the web page. The web page is in HTML. DO I need java script or PHP code? Thanks