Reading from HTML table.
<?php
if (($user == "user") + ($pass == "pass"))
{echo "This is insecure, why?"};
?>
Now, I now thats insecure, but why. The PHP is hidden and can't be seen, yet I know its a terrible password protection method (though I have seen sites do it using javascript, so its relativly strong compared to that)!
Thanks, any insight appreciated.