Best Tutorials website
Latest tutorials

Advertisment

Parse html with preg_match_all

Parse html with preg_match_all

For the most of the PHP scripter which are using preg_match or preg_replace frequently is the function preg_match_all a smaller advantage, but for...


Views: 906 | Rating star | by Sarah
PHP - Web Fetching

Calendar Script using PHP and Script.aculo.us (JS)

Calendar Script using PHP and Script.aculo.us (JS)

This is a very simple calendar script that is extremely easy to integrate a database into, and it will also get you into AJAX using...


Views: 842 | Rating star | by Colin
PHP - Calendars

Importing csv data into MySQL with php script

Importing csv data into MySQL with php script

This tutorial will show you how to import csv data into MYSQL with a simple PHP script. Many times you have to write a script because the import...


Views: 473 | Rating star | by Isac
PHP - Database Related

Preventing SQL Injection Attacks

Preventing SQL Injection Attacks

Preventing SQL attacks is one of the most effective forms of defensive against crackers, this article explains how to do so.


Views: 802 | Rating star | by Jarry
PHP - Security

Generating random passwords

Generating random passwords

A great beginners tutorial for generating a random password to a required length.


Views: 890 | Rating star | by Donald
PHP - Randomizing

Select random records from a MySQL database

Select random records from a MySQL database

Sometimes it could be very helpful to select a record from a table randomly. You can find such solution when you see random partners or randomly...


Views: 480 | Rating star | by Nick
PHP - Database Related

Creating file online

Creating file online

In this tutorial I will show you how to create a file on your web server using your browser. We will create a html form which will be store the...


Views: 512 | Rating star | by Amy
PHP - File Manipulation

Multiple CSS

Multiple CSS

Let your visitors choose the style they prefer amongst multiple CSS documents.


Views: 514 | Rating star | by Daniel
PHP - Miscellaneous

PHP string functions summary

PHP string functions summary

One of PHP strengths are all the string functions. We give you a great help with starting to work with these functions. There are Always a function...


Views: 546 | Rating star | by Sarah
PHP - Miscellaneous

Advanced BBCode - preg_replace

Advanced BBCode - preg_replace

A advanced BBCode tutorial. This explains how to use the preg_replace function, and shows you how to make BBCodes where you can specify site names,...


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

Regular Expressions

Regular Expressions

Regular expressions enables to find and extract more complicated pieces of information in a strings and do this in a multiple-byte character set...


Views: 850 | Rating star | by Brad
PHP - Searching

Object Oriented Programming in PHP

Object Oriented Programming in PHP

One of the key features of object-oriented programming (OOP) is the ability to create new data types in which the data and the implementation of...


Views: 885 | Rating star | by Slicer
PHP - Searching

PHP and MySQL - Introduction

PHP and MySQL - Introduction

The topics covered in this tutorial include: PHP basics, including script structure, variables, supported types, constants, expressions, and type...


Views: 531 | Rating star | by Isac
PHP - Introduction to PHP

Database Applications and the Web

Database Applications and the Web

We begin by discussing the three-tier architecture model used in many web database applications. We then introduce the nature of the Web and its...


Views: 503 | Rating star | by Simon
PHP - Database Related

Querying Web Databases

Querying Web Databases

Learn the following techniques: Using the five-step web database querying approach to develop database-driven queries; Using the MySQL library...


Views: 594 | Rating star | by Isac
PHP - Database Related

User-Driven Querying

User-Driven Querying

Pass data from a web browser to a web server; Access user data in scripts; Secure interactive query systems; Query databases with user data;...


Views: 506 | Rating star | by Sarah
PHP - Database Related

Writing to Web Databases

Writing to Web Databases

Writing data in web database applications requires different techniques than reading data. Issues of transactions and concurrency become important,...


Views: 475 | Rating star | by Daniel
PHP - Database Related

Validation on the Server and Client

Validation on the Server and Client

There are three possible data environments in which validation can occur in a three-tiered web database application: in the DBMS, in server-side...


Views: 539 | Rating star | by Daniel
PHP - Database Related

Sessions

Sessions

In this tutorial we will discuss how sessions are managed, Introduce cookies, configure PHP session management library, PHP session management


Views: 832 | Rating star | by Slicer
PHP - Cookies and Sessions

Customer Management

Customer Management

Overview of the customer management scripts, also introduce the include files that store common functionality used throughout the application.


Views: 858 | Rating star | by Source
PHP - Security