 | Counter without a Database |
| A counter is an essential part of any website. In this tutorial we will use PHP to create our own counter. Given that not everyone has access to a database, this tutorial will save the hits to a .dat file. |
| PHP Tutorials > Counters |
| |
 | Simple clicks counter script |
| Learn how to design a proper database table and write some simple PHP script which will count each click made on the item by the visitors of your page. |
| PHP Tutorials > Counters |
| |
 | Serving Graphical Web Page Counters from a PHP Scr |
| This tutorial is intended for PHP programmers interested in learning how to apply PHPs GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from this tutoria. |
| PHP Tutorials > Counters |
| |
 | Text counter |
| A very detailed tutorial of how to create your own flat file text counter. No database required! |
| PHP Tutorials > Counters |
| |
 | How to create a unique visitors counter |
| In this tutorial you will be tought how you can fairly easy create a unique visitors counter for your website. This way you will know exactly how many different people have visited your website. |
| PHP Tutorials > Counters |
| |
 | How does a simple hitcounter work? |
| This is a short tutorial on how to make your own simple hitcounter in PHP. |
| PHP Tutorials > Counters |
| |
 | Show the Number of Users Online |
| This script will explain how to display the number of users online using your website. |
| PHP Tutorials > Counters |
| |
 | Counting unique visitors |
| This tutorial will teach you how to create your own advanced counter. This is not a common way when you need to write each time when user reloads the page, but this is cookies based technique for counting real people. You will be able to count old and new |
| PHP Tutorials > Counters |
| |
 | MSQL Functions Demo |
| mSQL is a lightweight SQL database engine for Unix systems. It is extremely easy to install and configure and it does a great job of handling simple SQL queries. This tutorial shows you how to communicate with the mSQL database engine using various mSQL-P |
| PHP Tutorials > Database Related |
| |
 | So you want to use a database in your site? |
| In this two-page online tutorial you will learn how to create a database-driven site that can display content on request. It covers topics on a simple SQL query interface and more complex example of parsing and querying. |
| PHP Tutorials > Database Related |
| |
 | PHP/MySQL database search |
| Got a MySQL database with content within it? Want to be able to search it and display paged search results on screen? This tutorial and script will do just that. (Apache, PHP, MySQL database required) |
| PHP Tutorials > Database Related |
| |
 | PHP 101 (part 4) - Look, Ma...Its Alive! |
| One of the most compelling things PHP has going for it is it support for a wide variety of databases. This part 4 of the PHP 101 is going to take advantage of that database support to create dynamic data-driven Web sites. This primer covers different tech |
| PHP Tutorials > Database Related |
| |
 | Admin user interface: adding and deleting users |
| This is the second part of creating Web-based admin user interface. This tutorial covers adding and deleting users via Web form using a MySQL database. |
| PHP Tutorials > Database Related |
| |
 | PHP/MySQL Comment System |
| Learn how to easily create a comment system. Don't know what a comment system is? Well, its what you see very often in a news system. Basically it allows your users to give feedback on tutorials, news etc. This tutorial is definitley a must-see. |
| PHP Tutorials > Database Related |
| |
 | PHP and Writing to MySQL Databases |
| This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions. |
| PHP Tutorials > Database Related |
| |
 | PHP4 Session Handler using ADODB |
| PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stuff. P |
| PHP Tutorials > Database Related |
| |
 | Previous and Next Links |
| After reading this tutorial, you should be able to add previous and next links to your pages that display data from a database. |
| PHP Tutorials > Database Related |
| |
 | Database Abstraction with PEAR |
| So you've written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company won't be using MySQL anymore. You're moving to Oracle. Your application is dead in the water. You should have used databa |
| PHP Tutorials > Database Related |
| |
 | Multicolumn Output from a Database with PHP |
| Putting your data into multiple columns with PHP is a snap. This tutorial will show you how it is done. |
| PHP Tutorials > Database Related |
| |
 | PHP and Accessing MySQL Databases |
| PHP can be used for many things, including grabbing your MySQL database entries. Here we learn two methods of doing so. |
| PHP Tutorials > Database Related |
| |