Click here to Skip to main content
15,903,030 members
Home / Discussions / Web Development
   

Web Development

 
QuestionMVC Edit form with dynamic dropdown list Pin
desanti23-Sep-17 8:45
desanti23-Sep-17 8:45 
AnswerRe: MVC Edit form with dynamic dropdown list Pin
Richard Deeming25-Sep-17 2:26
mveRichard Deeming25-Sep-17 2:26 
QuestionMVC entity framework web page - How to store logged user in a global variable Pin
desanti22-Sep-17 4:12
desanti22-Sep-17 4:12 
AnswerRe: MVC entity framework web page - How to store logged user in a global variable Pin
Richard Deeming22-Sep-17 4:51
mveRichard Deeming22-Sep-17 4:51 
GeneralRe: MVC entity framework web page - How to store logged user in a global variable Pin
desanti22-Sep-17 5:55
desanti22-Sep-17 5:55 
GeneralRe: MVC entity framework web page - How to store logged user in a global variable Pin
Richard Deeming22-Sep-17 6:05
mveRichard Deeming22-Sep-17 6:05 
QuestionDigital Signatures Pin
Nathan Minier19-Sep-17 7:08
professionalNathan Minier19-Sep-17 7:08 
QuestionLogin form php,mysql,ajax Pin
Dalee1716-Sep-17 14:55
Dalee1716-Sep-17 14:55 
I want to create a login page for my site.This is my html code.
HTML
<form class="modal-content animate" action="inori.php">
    <div class="imgcontainer">
      <span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
      <h1>Member Login</h1>
    </div>

    <div class="container">
      <label>Username</label>
      <input type="text" placeholder="Enter Username" name="uname" required>

      <label>Password</label>
      <input type="password" placeholder="Enter Password" name="psw" required>
        
      <button type="submit">Login</button>
      
      <button type="button" onclick="document.getElementById('id01').style.display='none'" class="cancelbtn">Cancel</button>
      <input type="checkbox" checked="checked"> Remember me
      Forgot <a href="#">password?</a>
    </div>

    <div class="container" style="background-color:#f1f1f1">
      
      
    </div>
  </form>

I want to create php and ajax code to complete the form. could someone give me a tutorial to do this. I dont have any idea where to start.

modified 17-Sep-17 2:58am.

AnswerRe: Login form php,mysql,ajax Pin
W Balboos, GHB11-Oct-17 5:46
W Balboos, GHB11-Oct-17 5:46 
Questionhtml warning Pin
dcof30-Aug-17 12:10
dcof30-Aug-17 12:10 
AnswerRe: html warning Pin
W Balboos, GHB20-Sep-17 2:18
W Balboos, GHB20-Sep-17 2:18 
AnswerRe: html warning Pin
Member 1349103928-Oct-17 12:56
Member 1349103928-Oct-17 12:56 
QuestionScroll Bar in Popup Window Pin
shahbaz shaikh27-Aug-17 3:37
shahbaz shaikh27-Aug-17 3:37 
QuestionHow do I configure dropzone.js? Pin
Member 1307448726-Aug-17 13:39
Member 1307448726-Aug-17 13:39 
Rant[REPOST]: How do I configure dropzone.js? Pin
Richard Deeming29-Aug-17 2:43
mveRichard Deeming29-Aug-17 2:43 
SuggestionCrystal Reports XI v. IIS 10 Pin
Zimriel11-Aug-17 6:04
Zimriel11-Aug-17 6:04 
GeneralRe: Crystal Reports XI v. IIS 10 Pin
Nathan Minier14-Aug-17 2:03
professionalNathan Minier14-Aug-17 2:03 
QuestionHow do you code an application modal? Pin
charlieg4-Aug-17 12:08
charlieg4-Aug-17 12:08 
AnswerRe: How do you code an application modal? Pin
Kornfeld Eliyahu Peter5-Aug-17 10:02
professionalKornfeld Eliyahu Peter5-Aug-17 10:02 
GeneralRe: How do you code an application modal? Pin
charlieg6-Aug-17 4:15
charlieg6-Aug-17 4:15 
GeneralRe: How do you code an application modal? Pin
Kornfeld Eliyahu Peter6-Aug-17 7:40
professionalKornfeld Eliyahu Peter6-Aug-17 7:40 
AnswerRe: How do you code an application modal? Pin
Nathan Minier7-Aug-17 1:48
professionalNathan Minier7-Aug-17 1:48 
GeneralRe: How do you code an application modal? Pin
charlieg7-Aug-17 14:16
charlieg7-Aug-17 14:16 
AnswerRe: How do you code an application modal? Pin
Richard Deeming8-Aug-17 10:03
mveRichard Deeming8-Aug-17 10:03 
GeneralRe: How do you code an application modal? Pin
Nathan Minier10-Aug-17 1:23
professionalNathan Minier10-Aug-17 1:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.