How to Collect form data from USERS in HTML

Contributor
22Jul2011,07:34   #1
jose_peeterson's Avatar
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.......
Go4Expert Founder
22Jul2011,08:03   #2
shabbir's Avatar
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