Getting nothing from $_POST['varName'];
Hi there,
I'm setting up a simple login page. The script works fine on my server but not on my clients server. Basically i get nothing when I check;
echo $_POST['username'];
echo $_POST['password'];
So the above variables are not being passed from the login page to the verify page. Has anyone ever encountered this before?
// Kalisan
|