Best Tutorials website
Latest tutorials

Advertisment

How to Use PHPs Crypt() Function to Encrypt and Check a Password

How to Use PHPs Crypt() Function to Encrypt and Check a Password

This tutorial will show you how to use PHP's crypt() function to effectively encrypt a password and later check it against a user's input.


Views: 509 | Rating star | by Mathew
PHP - Security

Exportar MySQL a Excel

Exportar MySQL a Excel

Paso a paso como exportar nuesrta base de datos Mysql a Excel. Ejemplo para bajar y online.


Views: 513 | Rating star | by Source
PHP - Database Related

Getting to know GD

Getting to know GD

Have you ever been on aim and received a message from one of your friends with a big long URL followed by something like...


Views: 529 | Rating star | by Sarah
PHP - Image Manipulation

Introduction to XML and Web Services

Introduction to XML and Web Services

The Extensible Markup Language (XML) is a simple, platform-independent standard for describing data within a structured format. XML is not a...


Views: 514 | Rating star | by Troy
PHP - XML and PHP

Testing date() PHP Function

Testing date() PHP Function

Date and time are used in every Web applications. But formatting a date and time value into a string presentation requires very programming skills....


Views: 375 | Rating star | by Steve
PHP - Miscellaneous

Unique Hit Counter

Unique Hit Counter

A very easy unique hit counter, have it on your site in as little as five minutes.


Views: 868 | Rating star | by Amy
PHP - Counters

Php counter with cookies

Php counter with cookies

Learn how to make php counter using mysql database and cookies.


Views: 463 | Rating star | by David
PHP - Cookies and Sessions

First steps within the Zend Framework

First steps within the Zend Framework

Nice tutorial on using the Yahoo search web service with the classes from the Zend framework.


Views: 575 | Rating star | by Slicer
PHP - XML and PHP

FTP Upload via cURL

FTP Upload via cURL

Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a...


Views: 547 | Rating star | by Sarah
PHP - File Manipulation

Creating a PHP File Uploader

Creating a PHP File Uploader

A guide on how to create a simple file uploader using PHP.


Views: 532 | Rating star | by Sean
PHP - File Manipulation

Wordpress Installation Tutorial

Wordpress Installation Tutorial

Brief step-by-step guide. Master the installation of Wordpress yourself easily.


Views: 631 | Rating star | by Slicer
PHP - Content Management

Easy way to put adsense code in content

Easy way to put adsense code in content

Used preg match to dynamically insert ad code into content. This way you only have to type out the adsense code once, and if you need to change it,...


Views: 872 | Rating star | by Jason
PHP - Ad Management

Registration form with Flex and AMFPHP

Registration form with Flex and AMFPHP

An example of how to make a working registration form complete with validation in Flex. Database communication is handled through AMFPHP and PHP.


Views: 819 | Rating star | by Brad
PHP - Flash and PHP

Rapid Application Development with CodeIgniter

Rapid Application Development with CodeIgniter

Today I'll introduce you to CodeIgniter, a framework that does all three. CodeIgniter is an MVC application framework for PHP that gives you a...


Views: 532 | Rating star | by Sarah
PHP - Development

Defining your World: All About Constants

Defining your World: All About Constants

I still remember the time I was a PHP beginner, these little constant things were always a source of confusion. I remember attempting to overwrite...


Views: 372 | Rating star | by Donald
PHP - Miscellaneous

Create a Short URL Script

Create a Short URL Script

Create a script that creates shortened URLs from large URLs.


Views: 575 | Rating star | by Sean
PHP - Miscellaneous

Installing Abyss and Confuguring it for PHP

Installing Abyss and Confuguring it for PHP

Installing Abyss and Confuguring it for PHP. This tutorial teaches you to install the server and other tools needed for development in php.


Views: 573 | Rating star | by Steve
PHP - Installing PHP

PHP Begginners Tutorial

PHP Begginners Tutorial

Learn the basic's of PHP, how to start and what you need


Views: 524 | Rating star | by Source
PHP - Introduction to PHP

Game Creation - Using Object Oriented Programming (OOP)

Game Creation - Using Object Oriented Programming (OOP)

Learn where and how you can use OOP in making strategy MMOGs. Learn how to use OOP effectivley and see working code examples of game-code.


Views: 765 | Rating star | by Isac
PHP - OOP

Memory Management with Declare

Memory Management with Declare

I'm sure it's happened with the best of us. A script suddenly gets stuck in a loop and saps all the memory from the server. However,...


Views: 359 | Rating star | by Tutorial
PHP - Miscellaneous