Best Tutorials website
Latest tutorials

Advertisment

PHP Script Tips - Manipulating Arrays with Built-in Functions

PHP Script Tips - Manipulating Arrays with Built-in Functions

A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting...


Views: 507 | Rating star | by Marry
PHP - Introduction to PHP

PHP Security by Example

PHP Security by Example

Nice flash presentation that will provide you with a good foundation on how to make your PHP apps more secure.


Views: 837 | Rating star | by Troy
PHP - Security

Fetch MySQL Row

Fetch MySQL Row

Fetch (retrieve) a specific MySQL row and display it in a simple table.


Views: 558 | Rating star | by Ben
PHP - Database Related

Display W3C Tips

Display W3C Tips

Ever want to display the tips from the W3C page? Well now you can!


Views: 533 | Rating star | by Simon
PHP - Miscellaneous

Table Generator

Table Generator

How you can make a pretty cool html table generator, so that you can show off your excel files, since Excel outputs pretty messy...


Views: 1068 | Rating star | by Stephen
PHP - Content Management

Debugging your php code with PhpED

Debugging your php code with PhpED

Small flash video showing how to debug your Php code with phpED


Views: 616 | Rating star | by Nick
PHP - Development

Get rid of Warning: division by zero on line

Get rid of Warning: division by zero on line

Prevent a common php warning with this tutorial without change the php.ini file


Views: 486 | Rating star | by Colin
PHP - Miscellaneous

PHP Script Tips - Understanding and Managing Sessions

PHP Script Tips - Understanding and Managing Sessions

A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing...


Views: 755 | Rating star | by Isac
PHP - Cookies and Sessions

Cronjobs: A Full Introduction. (Database backup script included.)

Cronjobs: A Full Introduction. (Database backup script included.)

A nice, easy to use guide to cron jobs, and create a script which automatically generates a backup of your database weekly!


Views: 560 | Rating star | by Adam
PHP - Development

UHits - PHP proxy hits generator

UHits - PHP proxy hits generator

This little tutorial to create fake hits generator using PHP. This scripts uses free proxies to generate hits to specified website. I call this...


Views: 761 | Rating star 3 | by John
PHP - Miscellaneous

Real Visitor Counter

Real Visitor Counter

This tutorial will show you how to make a simple real visitor counter. It's mean that when someone comes and browse your site or refresh your...


Views: 909 | Rating star | by Slicer
PHP - Counters

Page Navigator

Page Navigator

Create a simple Page Navigator for your PHP programs such as webboard, guestbook, online catalog, product list page, etc.


Views: 828 | Rating star | by Brad
PHP - Site Navigation

Building Content By Parsing RSS Feeds With PHP

Building Content By Parsing RSS Feeds With PHP

If you run a content driven web site, even a blog, one problem you might find is getting content. A great free source of content is RSS Feeds....


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

Send an Email Attachment with PHP

Send an Email Attachment with PHP

Send a PDF (or any other file) as a mail attachment using MIME.


Views: 848 | Rating star | by Nick
PHP - Email Systems

PHP Functions

PHP Functions

Functions are the robots of any programming languages and in PHP they just the same. They are mainly used to make code reusable and easy to read....


Views: 495 | Rating star | by Adam
PHP - Introduction to PHP

Php - Scope of Variables

Php - Scope of Variables

We just introduced functions, now along with functions comes Scope of variables. In common day terms, let me try to explain scope. If you have 4...


Views: 539 | Rating star | by Colin
PHP - Introduction to PHP

Display Information in PHP

Display Information in PHP

We have been displaying information as we have progress through these tutorials, now we are going to take a step back and look in some detail about...


Views: 568 | Rating star | by Jason
PHP - Introduction to PHP

Variable Naming in Php

Variable Naming in Php

The Variable Naming standard you choose, can be anything you want, bearing in mind that different languages have restrictions on what can be used...


Views: 557 | Rating star | by Marry
PHP - Introduction to PHP

Creating a Templating System Using Object Oriented Programming

Creating a Templating System Using Object Oriented Programming

When building a website, things can get a bit complicated with code written inside the template. A templating system serves to separate the...


Views: 576 | Rating star | by Tutorial
PHP - Development

XML processing with PHP

XML processing with PHP

A detailed XML processing tutorial with examples for beginners.


Views: 529 | Rating star | by Simon
PHP - XML and PHP