Home » questions » I have a website and I want to know is there a way for me to add a log in box to it?

I have a website and I want to know is there a way for me to add a log in box to it?

2006-08-08 14:04:03, Category: Programming & Design

Answers

  1. red.gnomos

    On 2006-08-08 14:09:41


    Have you developed the website on your own? Are you using a scripting language e.g ASP, PHP, etc? If you can advise what you are using, I can suggest how you can add a login page.
  2. dwightl.geo

    On 2006-08-08 14:12:34


    you'll need to learn php & mysql. if your host doesn't have php installed on the server then forget it.
  3. John J

    On 2006-08-08 14:37:30


    you have to have a back end system (PHP, ASP, etc.), a database (MySQL, MSSQL, etc.) and programming know how.