In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we will use simple files to store rating information.
This tutorial will teach you how to make a shoutbox that will run off of a text file. This means that you won't need a mysql database to have dynamic content on your site.
Learn how to use the free FPDF library to produce great-looking PDF documents from within your PHP scripts. Full example included.
The Ternary comparison operator is an alternative to the if-else statement, it's shorter and could be used to easily do a significant difference depending on a condition without the need of a if statement. The Ternary operator is made for two different actions, one if the condition is true, the other one if it's false but with nested Ternary operators we can use it like an if-elseif.else statement(more to that later).
In this tutorial i will teach you how you can upload files to your website using PHP. I will teach you the basics and show you how to manage which files may be uploaded.
This tutorial shows how to make secure image upload class. Class is very flexible and easy to use.
A short tutorial howto validate an email address during form processing.
Basics of joining tables in MySQL
The first part of the tutorial is about the relational model of the database and how information is stored and sorted.
This is the second tutorial in the Fundamentals of PHP series, this tutorial will cover POST/GET variables. How to effectively use them, and how they are used in the real world.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials.
Mind lending a hand?