Home » questions » i use piczo and i want an HTML code that will let people login to my site without using flash.?

i use piczo and i want an HTML code that will let people login to my site without using flash.?

2006-08-17 10:48:08, Category: Programming & Design
I Wlii give 100 points to the best answer.

Answers

  1. John J

    On 2006-08-17 11:49:52


    I don't know if you can use flash for a log in. You will need to use more than just HTML though. The only way to validate a log in is through a database. In order to talk to the database you will need to use a server side technology (PHP, ASP, JSP, etc.). What you use will depend on what the server supports and what can connect to the database you use. I recommend also that you get SSL encryption on the log in page, otherwise anyone who is watching your traffic will be able to steal passwords.