Best Tutorials website
Latest tutorials

Advertisment

  Keeping your Dynamic Pages Dynamic

Keeping your Dynamic Pages Dynamic

As more and more Web pages become database-driven and dynamic, it will be important that Web browsers display the most up-to-date information...


Views: 960 | Rating star | by Mark
PHP - Miscellaneous

Create an LDAP Address Book

Create an LDAP Address Book

This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP...


Views: 996 | Rating star | by Jason
PHP - Miscellaneous

binarycloud: the opensource platform for php web applications

binarycloud: the opensource platform for php web applications

binarycloud is a platform for rapidly developing complex web applications. It includes basic services like authentication, permissions, a template...


Views: 817 | Rating star | by Mathew
PHP - Miscellaneous

Native Language Support

Native Language Support

While a great part of the web is in English, if you are targeting a worldwide audience, then neither English nor Esperanto alone is an option. This...


Views: 992 | Rating star | by Slicer
PHP - Miscellaneous

PHP & Java

PHP & Java

The author notes 'The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all...


Views: 818 | Rating star | by Amy
PHP - Miscellaneous

PHP for PDF

PHP for PDF

With this Tutorial you'll learn how to use the PDF extension in PHP4 to create PDF documents. It also puts focus on creating PDF documents...


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

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: 672 | 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: 644 | 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: 720 | 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: 601 | 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: 742 | 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: 845 | 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: 1039 | 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: 999 | 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: 1021 | 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: 1000 | 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: 1017 | 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: 862 | 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: 1060 | Rating star | by Tutorial
PHP - Randomizing