I have in one file of PHP
variable like:
and included in this file another. I would like that IF script will be performedPHP Code:$validation='true';
and put IF like:
Do you know if logical operator works like this or only like function?PHP Code:if ( $validation='true')
{$errorinput="This <b>Username or Password</b> is not valid!<br />"; }
else {$errorinput=""; }
}


Reply With Quote
Bookmarks