#1

Hello! It's my first time scripting a UCP. Well what I gotta ask is, what should I do if wanted the error of invalid password to appear at the comment marked as // here.
PHP код:
<!DOCTYPE html>
<
html >
<
head>
  <
meta charset="UTF-8">
  <
title>User control panel</title>
  
  
  
      <
link rel="stylesheet" href="css/style.css">
  
</
head>
<
body>
  <
div class="login-page">
  <
div class="form">
    
    <
form class="login-form">
    
// here
    
      
<input type="text" placeholder="Username"/>
      <
input type="password" placeholder="Password"/>
      <
button><input type='submit' name="submit" value='Login' /> </button>
     
    </
form>
  </
div>
</
div>
  <
script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>

    <script src="js/index.js"></script>
</body>
</html> 
Reply


Messages In This Thread
PHP - by StrikerZ - 28.04.2017, 14:25
Re: PHP - by Vince - 28.04.2017, 15:25
Re: PHP - by StrikerZ - 28.04.2017, 15:29
Re: PHP - by StrikerZ - 28.04.2017, 16:39
Re: PHP - by AndreiWow - 28.04.2017, 17:05
Re: PHP - by StrikerZ - 28.04.2017, 17:07
Re: PHP - by AndreiWow - 28.04.2017, 17:09
Re: PHP - by StrikerZ - 28.04.2017, 17:10
Re: PHP - by StrikerZ - 29.04.2017, 07:30
Re: PHP - by RebeloX - 03.05.2017, 01:27

Forum Jump:


Users browsing this thread: 1 Guest(s)