Log-in HTML code for my website?

  • Thread starter Thread starter Jasmine?
  • Start date Start date
J

Jasmine?

Guest
I have made a website on piczo which is mainly for kids.
I want the website to have a log-in so they can access there own
account on the website.

Anyone know of a log-in or registration code I could use?
 
It isn't possible.

To handle user accounts you need to have a process on the webserver to decide what to show the user based on their user name and password.

It isn't just a matter of writing some HTML.

Piczo doesn't give you sufficient control over the server to do that sort of thing.

If you want to get some decent hosting, then http://www.cs.tut.fi/~jkorpela/forms/ is a good starting point for understanding how to take user data (such as a username and password) and how to act on that data.
 
Hi I agree with everyone apart from the par that says free hosts dont allow server side scripting or databases. http://jgiff.net is a free host that allows both.

You will need to know what you are doing though!
 
Back
Top