- Code: Select all
<?php
if ($_POST["password"] == "abc"){
show this info
} else {
echo "Password is wrong";
}
?>
<?php
if ($_POST["password"] == "abc"){
show this info
} else {
echo "Password is wrong";
}
?>
3vilp4wn wrote:That's secure unless someone gets read-access to your server. But by that point, you're already screwed.
Users browsing this forum: No registered users and 0 guests