Best Tutorials website
Latest tutorials

Advertisment

Mathematical Averages In PHP

Mathematical Averages In PHP

Shows how to calculate an average of ratings example, given the accumulated total of all ratings and the total number of votes.


Views: 679 | Rating star | by Adam
PHP - Miscellaneous

PHP 4: Reference Counting and Aliasing

PHP 4: Reference Counting and Aliasing

Reference counting is one of the hottest new features in PHP 4. It reduces the memory consumption of your PHP applications, improves performance,...


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

Harnessing PHP's FreeEnergy

Harnessing PHP's FreeEnergy

This article talks about a seemingly minor change to the include function and how it has dramatically affected the creation of Web applications,...


Views: 0 | Rating star | by Stephen
PHP - Miscellaneous

Switching From VB to PHP

Switching From VB to PHP

This article focuses on the switch from Visual Basic to PHP. Several examples are presented.


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

Making your PHP code work better with Front Page

Making your PHP code work better with Front Page

Here, you will find tips on how to work around some common problems that may occur when inserting PHP code within pages on Microsoft Front Page.


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

Storing Data in the Client

Storing Data in the Client

One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming...


Views: 749 | Rating star | by Brad
PHP - Miscellaneous

 Using PHP classes to navigate distributed whois databases

Using PHP classes to navigate distributed whois databases

Whois services changed radically this year with the introduction of competition at the registrar level in the .com/.net/.org namespace and with it...


Views: 854 | Rating star | by Nick
PHP - Networking

latest news site

latest news site

This example shows how to create a database to store the latest news items, add your news stories via a form, and display the 10 latest news items...


Views: 1048 | Rating star | by Stephen
PHP - News Publishing

Creating a News System with PHP - Part 2

Creating a News System with PHP - Part 2

This is part two in a series on creating a news system with PHP. This second installment will expand on our simple news system that only used a...


Views: 1008 | Rating star | by Troy
PHP - News Publishing

PHP vs CGI

PHP vs CGI

Take this crash course on PHP, and see how it could be a smart alternative to using CGI to add interactivity to your site.


Views: 1029 | Rating star | by Donald
PHP - PHP vs Other Languages

random image

random image

This beginners example shows how to display a random image on a web page from an entry in a text file.


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

random password

random password

This shows how to generate random passwords, these could be added to more complex scripts to create a login system.


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

Programmatic random image & hyperlink script

Programmatic random image & hyperlink script

This script uses a MySQL database and PHP to produce random images and associated hyperlinks. Great for producing random 88x31 buttons.


Views: 870 | Rating star | by Mark
PHP - Randomizing

Generate Random Quotes

Generate Random Quotes

Step by step tutorial on how to display random quotes on your web page. This can also be used for displaying macromedia flash files as well.


Views: 1067 | Rating star | by Tutorial
PHP - Randomizing

Random Numbers in PHP

Random Numbers in PHP

In this tutorial you will learn how to generate random numbers using PHP. It illustrates three helpful examples that uses random numbers:...


Views: 1025 | Rating star | by Colin
PHP - Randomizing

How to tempt Google to index your Site despite redirection

How to tempt Google to index your Site despite redirection

This short tutorial shows you how to redirect UserAgents with PHP and still getting indexed by Google!


Views: 861 | Rating star | by Daniel
PHP - Redirection

PHP Auto Redirection

PHP Auto Redirection

Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code.


Views: 925 | Rating star | by Sean
PHP - Redirection

simple redirection

simple redirection

For designer who use many html files for his/her site to specific browser, this is just a sample you can customise by yourself.


Views: 959 | Rating star | by Mathew
PHP - Redirection

An advanced GUI library for Python - PyQT

An advanced GUI library for Python - PyQT

The Qt toolkit is a widely-used cross-platform GUI toolkit, available for Windows, Linux, Mac OSX, and handheld platforms. QT has a...


Views: 1626 | Rating star 3 | by Sarah
Python - Development

Functional programming in Python, Part 2

Functional programming in Python, Part 2

This column continues the introduction to functional programming (FP) in Python. The introduction to different paradigms of program problem-solving...


Views: 1661 | Rating star | by Jason
Python - Development