i have a html file that have this javasscript code
var a=["","#"]
so i want to add a value after the # by writing that value in the website link
like :
site.com/#value
so the js code will be
var a=["","#value"]
is that possible by using GET in php?
and how ?
Thank you