Submit Your Article Forum Rules

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: PHP vs asp for site rebuild

  1. #11
    Junior Member
    Join Date
    Nov 2011
    Location
    Omaha, NE
    Posts
    2
    Quote Originally Posted by DaveSawers View Post
    NONSENSE! Security isn't in the programming language, it's in the way the programmer produces the product.

    SQL injection attacks (to take just one example) can occur in any programming language and have to be addressed by the programmer. They are not prevented by the programming language.
    I have to agree with this. It could be there are more bad asp programmers than php but it's no more or less secure. Just as there are many terrible flash programmers that lead people to believe flash is insecure but not many people seem to realize you have to treat flash like any client side language (html, JavaScript, etc) and only do secure stuff server side.

  2. #12
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999
    With the PDO data base object and prepared statements, much of this is history if you use the latest stable version of PHP.

    Search:

    prepared statements kgun site:webproworld.com

    for additional information.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •