CSS
Flash
JavaScript
Photoshop
PHP



Tutorials > PHP Tutorials


CSRF POST Token Protection
Well, before I get into details about how to prevent CSRF, lets explain what it is exactly. Cross Site Request Forgery (also known as XSRF, CSRF, and Cross Site Reference Forgery) works by exploiting the trust that a site has for the user.

More Info - Visit


Database Abstraction with Zend_Db - Part 2
Database abstraction layers provide an important role in modern web applications built with PHP. They allow you to easily switch your back end database server by changing just a few lines of code in your application.

More Info - Visit


Securing your PHP applications Part 1
As long as there are programming languages people will try to hack them, fortunately for us this means we have to have our wits about us when writing applications. In this 2 part article we'll be discussing different ways that hackers try and break into our applications and how we go about protecting our applications from possible harm.

More Info - Visit


Registration Script With Validation
In this tutorial I will explain how to create a user registration script along with validation. When ever you collect data from users you always have to validate all the data NEVER trust anything from a user!

More Info - Visit


Everything About Arrays
A very nice tutorial made by the blogger Thomas Marcelis. This tutorial explains a lot about arrays and their syntax.

More Info - Visit


Create your own Image Uploader
Follow this simple tutorial that will allow you to create your own PHP based Image Uploader - maybe for a image hosting website idea that you may have.

More Info - Visit


Upload, View and Delete files with PHP
How to create a simple file system in PHP. Nowadays file systems are a mandotory tool in content management systems. In this tutorial you'll learn how to create your own customized file system.

More Info - Visit


Printable Document Generation with PHP
This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.

More Info - Visit


Create a Killer Band Site in Drupal - Part 5 - Dru
Learn the admin controls of Drupal in Part 5/6 of this in depth tutorial on building a band website with Drupal.

More Info - Visit


Tutorial: Storing Images in MySQL with PHP
In this tutorial I will show you how to store binary images (or any binary file) in MySQL using PHP.

More Info - Visit



Pages: <Prev  1 2 3 4 5 6 7 8 9 10  Next>

   
Copyright © 2008 Tutorial-List