Subscribe to PHP Freaks RSS

Search Results

2 hits on query: security AND type:tutorial AND author:Daniel0

Tutorials

  • PHP Security by Daniel0 (score: 100%)
    This tutorial deals with the various security issues a PHP developer, or any person who writes web applications, might face. The tutorial is aimed towards beginners, but other people may find some of the information the tutorial contains useful as well. Topics such as SQL injections, cross-site scripting, remote file inclusion attacks and session security are covered. The tutorial also covers how you will best hide as much information from potential attackers as possible in order to further enhance your web application's security. This tutorial can be used as a reference although all the content it contains is vital for anyone who wishes to write applications that will run on a webserver regardless of whether the language is PHP or another server-side scripting language.
  • Sessions and cookies: Adding state to a stateless protocol by Daniel0 (score: 53.43%)
    In this tutorial you will learn about using cookies and sessions in PHP.