is a secure log in with different log in type accounts possible in php? if not, what is the best way to do such a form?
I would make the form secure, with different login type accounts.
…
Please post a few more details about what you’re trying to do…
my question is, what language should i make a secure login form in, php, cgi? i have never made one before and i want to know what route is the best
php/aspx is probably your best bet.
In my opinion, the degree of security for any script is given by the programmer. The language might count but the most important thing is how you develop the application.
Very true, security is 95% based on how well the application is programmed and how well the holes are covered. Just one typing error can leave a huge impact on security effectiveness!