Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (isset($_POST['csp_submit'])) {
  2. if ($_POST['csp_input'] == $password AND $password != '') {
  3. echo 'password is corect and echo some words';
  4. }
  5. else
  6. {
  7. echo 'password is wrong';
  8. }
  9. }
  10. else
  11. {
  12. echo 'you must enter pasword on page';
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement