In php file I write ;
echo "<meta http-equiv=Refresh content=0;url=login.html>";
Here i load a login.html file. Along this i want to pass a php variable(suppose $nflag) content to login.html file, so that i can use it in javascript within login.html file. Please Help me.