hi, I have this code:
if((!$username) || (!$password)){
echo "Please enter ALL of the information! <br />";
include 'login_form.html';
exit();
}
However without subminting it already show Please enter ALL of the information! on the page..how can I correct this? thanks