<?php if ($_POST["user"] == username && $_POST["pass"] == password) { echo 'לינק להורדה'; } else { echo 'שם משתמש ואו סיסמא אינם נכונים'; } ?>