how can i rewrite this code if i want to pass a variable to this page(d.html) at the same time of opening this page?
<META HTTP-EQUIV=Refresh CONTENT="1; URL=d.html>"
<META HTTP-EQUIV=Refresh CONTENT="1; URL=d.html?var=<?=$value?>">