if($_POST["submit"] == "Edit User")
{
echo "If statement is working";
}
fRostiE said:why does this always happen
/note to self
use $_GET not $_POST
Wimnat said:Careful about that!
Sic said:yes, quite. sometimes using get is ok...but in my experience, 3 times out of 5, post is better to use
robmiller said:
joeyjojo said:I've never needed post.