How to Collect form data from USERS in HTML

Discussion in 'Web Design, HTML And CSS' started by jose_peeterson, Jul 22, 2011.

  1. jose_peeterson

    jose_peeterson New Member

    Joined:
    May 19, 2011
    Messages:
    56
    Likes Received:
    1
    Trophy Points:
    0
    hello
    i am very new to HTML. i just got a free web-server from biz.ly (really screwed up, resource-less piece of CR*P) i am trying to use forms to get the username and password but i don't know how to fill the form tag's ACTION ATTRIBUTE.
    Code:
    <form action="" method="post">
    username<input type="text" name="user"><br>
    password<input type="password" name="pwd"><br>
    </form>
    
    i know NOTHING about php, asp or whatever else so please help me and
    .biz.ly does not offer any of these services. if you know any better FREE servers with facilities please recommend and GUIDE me as i am only a NOVICE.

    thanks A LOT.......
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Firs you need to know basics about HTML and PHP to get this working correctly. I will suggest you check out my Login and Logout using Sessions and Cookies articles which does very basic of what you are trying to do.
     
    jose_peeterson likes this.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice