Subscribe to PHP Freaks RSS

Search Results

55 hits on query: login

Tutorials

  • Hardening PHP with Suhosin by tomfmason (score: 2.6%)
    Suhosin is an advanced protection system for PHP installations. In this tutorial we will cover the installation and configuration for both Debian etch and CentOS 5.
  • PHP Basic Database Handling by Crayon Violent (score: 0.87%)
    In this tutorial, you will learn how to do some basic database queries through php. You will learn how to INSERT, UPDATE, DELETE, and SELECT from a table.
  • PHP Security by Daniel0 (score: 0.76%)
    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.

Blog Posts

  • SSH Auto-mount Network Share by Maq (score: 5.81%)
    Tired of your upload clients? Well here's a method that's fast and easy to use.
  • Learning to think like a programmer. by thorpe (score: 5.3%)
    Sure, a big part of programming is knowing how your language of choice works, what it's functionality is capable of and how to piece it all together, but In my opinion, of bigger importance is the idea of logical thinking.
  • The creation of the new site by Daniel0 (score: 4.33%)
    It is in this post elaborated on the technology which powers PHP Freaks as well as a bit about the creation of the new website.
  • The emerge of a new PHP Freaks by Daniel0 (score: 3.03%)
    The new site for PHP Freaks has finally been released. Read about that and other significant changes in this first blog post of hopefully many to come.

PHP News