Results 1 to 3 of 3

Thread: log in form

  1. #1

    Default log in form


    how to make log in form help, using html/css..

  2. #2

    Default Re: log in form

    try reading on w3schools.com for basic method.

    Code:
    <form action="login.php" method="post">
    
    username: <input type="text" name="username" />
    password: <input type="password" name="password" />
    <button>Login</button>
    
    </form>

  3. #3

    Default Re: log in form

    kung mag login you need asp or php para naay kay back-end program running.. html or css can handle that alone..

    recommend nako ang php kay dali rah...

    try to make html file you can use the above posters code.. just remove the <button>Login</button> tag... and replace it with

    Code:
    <input type='submit' value='login' />
    and save it as index.html

    then try to make php file using this code

    Code:
    if($_POST['username'] == "username" && $_POST['password'] == 'password')
    {
    echo 'Success!!';
    }
    
    else
    {
    echo 'Login failed';
    }
    save it as login.php

    note: "username" and "password" is a variables you may change it in any string you want..

    if still confused.. try to check W3Schools Online Web Tutorials for more information..

  4.    Advertisement

Similar Threads

 
  1. log in form
    By scarz in forum Websites & Multimedia
    Replies: 2
    Last Post: 09-14-2012, 08:46 PM
  2. Logging in error
    By ares623 in forum Support Center
    Replies: 2
    Last Post: 07-09-2006, 07:04 AM
  3. cannot log.in
    By Baroy in forum Support Center
    Replies: 7
    Last Post: 12-08-2005, 10:47 PM
  4. Yahoo Log in problem!
    By blackheart in forum Websites & Multimedia
    Replies: 10
    Last Post: 10-24-2005, 08:22 AM
  5. Help Me I Cant Log In
    By mark eugene in forum Support Center
    Replies: 12
    Last Post: 06-06-2005, 02:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top