How To Make Website Secure From attacks?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ROXIT
    New Member
    • Apr 2013
    • 10

    How To Make Website Secure From attacks?

    Hello Guyz....
    As I am new to PHP and I am trying to make one website but I dont know how to make a website secure from different types of attacks .....

    please suggest me some tricks or some ideas to make my website secure from injection attacks and all....

    pls rply.........
  • melisabelford
    New Member
    • Jun 2013
    • 1

    #2
    Hello Roxit,

    There was a time, when the internet was new, when webmaster would ask for credit card and other personal information to complete a sale through a simple web form. There was no security anyone with advanced technical knowledge can access the data. Today it is important to build a website which is highly secure from superfluous attacks. To create a website you can follow some tips that I found on Simplewebsitetu torials website which are as follows:

    1.Use a PHP form to handle logins. At the start of the script validate the form. Add a check to see whether the user is logged in already. If so, abort the login process.

    2.Create a pointer to the data base instead of letting the script access the database directly.

    3.Set the session variable by using the set session method.

    Comment

    Working...