PHP Tutorial

Learn the Authentication and Security for Database Applications

In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web
Security » brainbell.com
Score(+): 0 | Views: 37 | Save it | Report it


Top 20 Similar PHP Tutorials

Security in your online applications

Protect yourself, your server and your scripts. Also covers session fixation and SQL injection.
Security » roscripts.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Learn How To Work with MySQL Database

Learn How To Work with MySQL Database with 21 Short Tutorials for Beginners
Database » dev.fyicenter.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

PHP Include file to do user authentication using httpd pop-up in MySQL

This is a PHP include file which does user authentication using the built-in HTTP basic realm authentication mechanism. This means you will get a browser pop-up asking the username and password
Security » coolcommands.com
Score(+): 0 | Views: 50 | Similar Tuts | Save it | View this tutorial

Simple Login-Logout System with MySQL and Authentication

A very basic easy to follow tutorial on creating a login system using sessions with a MySQL database.
Basics » brendenwilson.com
Score(+): 1 | Views: 81 | Similar Tuts | Save it | View this tutorial

Creating Facebook Applications in PHP

In this tutorial you are going to learn how to create a simple Facebook application
General » iscripting.net
Score(+): 0 | Views: 42 | Similar Tuts | Save it | View this tutorial

Building Desktop Applications in PHP

So, you’re a hotshot PHP developer. You’ve written a lot of code powering some pretty cool websites; maybe you’ve even written some public / open source scripts that other developers are using. You’ve been through it all with the web, from basic database hacks to battling with inconsistent browser rendering, and now you want to have a go at something different.
Basics » developertutorials.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

A Brief Introduction to Using the Wonderful SQLite in your PHP Applications

Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.
Database » talkphp.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

Introduction to Debugging and Error Checking your PHP Applications

Debugging essentially means to track down an error in your code. Found a "bug" in your code? Then you need to "de-bug" it! This article will introduce you to some basic concepts such as error checking and built-in functions like var_dump() that will aid you in tracking down errors in your PHP applications. There are also many fully-fledged debugging tools for PHP that lets you set breakpoints, watch variables, and such like, but we won't be using them in this article.
Basics » talkphp.com
Score(+): 0 | Views: 37 | Similar Tuts | Save it | View this tutorial

The Framework Basics of Creating Multilingual PHP Applications using XML

This article will inform you on how many people go about creating multilingual websites, as from the title, the article will outline the lingual framework which then allows you to then introduce other languages with ease
Advanced » talkphp.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

PHP Security

Learn how to Validate User Input
Security » imneebu.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Top 7 PHP Security Blunders

PHP is a terrific language for the rapid development of dynamic Websites. It also has many features that are friendly to beginning programmers, such as the fact that it doesn't require variable declarations. However, many of these features can lead a programmer inadvertently to allow security holes to creep into a Web application.
Security » sitepoint.com
Score(+): 0 | Views: 28 | Similar Tuts | Save it | View this tutorial

Mail() security risks

In this tutorial we'll speak about the dangers mail() brings with it.
Security » combined-minds.net
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Get - Include: security problems

Unfortunately you find it everywhere, Get – Include security flaws. In this tutorial you will learn what this is, how to find it. And of course how to fix it!
Security » combined-minds.net
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

PHP Security With SALTing Passwords

Learn more about PHP Security With SALTing Passwords
Security » iscripting.net
Score(+): 0 | Views: 35 | Similar Tuts | Save it | View this tutorial

Site Security (Anti Hacking)

This tutorial is about Preventing XSS or Cross Site Scripting
Security » avengex.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Hash Salting: Uber-Security For Your User System

This tutorial shows you how to add the next level of security by adding salts to your password hashes and making them virtually uncrackable.
General » avengex.com
Score(+): 0 | Views: 36 | Similar Tuts | Save it | View this tutorial

Flat File Database (Database from a text file)

Learn how to store and retrieve information using PHP's built in file handling functions along with serialize and unserialize
General » ronsguide.com
Score(+): 0 | Views: 60 | Similar Tuts | Save it | View this tutorial

Learn PHP

Learn more about Question Mark Variables by using this tutorial
General » faintmedia.com
Score(+): 0 | Views: 20 | Similar Tuts | Save it | View this tutorial

Learn PHP Variables

Learn the different variables types in PHP (string, float, etc), how they are declared, how they can be used in your program and what they can be used for. A quick tutorial for those as well who are making a shift from another language to PHP.
Basics » php-learn-it.com
Score(+): 1 | Views: 49 | Similar Tuts | Save it | View this tutorial

Learn the Basics of PHP

This is a MASSIVE guide for beginners! and it is about basics of PHP
Basics » brainbell.com
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial