Members
[insert_php]if (empty($_POST) === FALSE){if ((strtoupper(trim($_POST[“username”])) === ‘MEMBER’) && (trim($_POST[“userpassword”]) === ‘VerySecret’)){print ‘ ‘;}else{print ‘
User Name/Password are Not correct! Try Again.
‘;}}[/insert_php]
[insert_php]if (empty($_POST) === FALSE){if ((strtoupper(trim($_POST[“username”])) === ‘MEMBER’) && (trim($_POST[“userpassword”]) === ‘VerySecret’)){print ‘ ‘;}else{print ‘
‘;}}[/insert_php]