java script or i dunno what

Discussion in 'Programming' started by mohamad1983, Apr 10, 2007.

  1. #1
    hi everyone,

    i have a website and i want to set a password so only the persons who have my password could have access to the website... add to i have an application(form) so how could i get the applied data sent to my email??? anyone could help????
     
    mohamad1983, Apr 10, 2007 IP
  2. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #2
    You want to password protect your website?

    Use htaccess and/or a language like PHP/PERL/ASP.

    For the form, you can use HTML form and a language like PHP/PERL/ASP to process it.

    Here is a form script I created:

    http://www.free-php-scripts.net/P/Contact_Form

    Peace,
     
    Barti1987, Apr 10, 2007 IP
  3. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #3
    In your hosting control panel you should have an easy to use directory protection setup
     
    frankcow, Apr 12, 2007 IP
  4. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #4
    javascript is not secure , anyone can see the source code .

    use php/mysql or as frankcow mentioned use .htaccess directory password protection .
     
    commandos, Apr 12, 2007 IP