0
Hello guys how to access url value in php after redirecting a user to other page
Forexample Header(“location:login.php?error=emptyinputs); Then i want to obtain the error value.
2 Respostas
+ 1
Have you tried checking and/or reading $_GET[ "error" ] inside login.php
0
Ok thanks dude it worked