Advertisment
This tutorial is the second part of our PHP/MYSQL series of articles. In this episode we show you setting up a MYSQL Database through phpmyadmin...
Searching the web for a problem I face on a greek site about encoding, I found a very useful PHP class which changes the charset of a variable.
In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is...
This script shows how to use PHP to automate the retrieval of all images within a specific directory, then pass it on to a JavaScript to create a...
Create a complete rating system in php that can be used for graphics sites.
Learn the basics of Mysql & Php by building a news system
Learn what Regular Expressions are and how to use them.
Learn about cookies and where and how to use them
In this tutorial, you will learn how regular expressions work in PHP, and give you a short introduction on writing your own regular expressions. I...
Part 3 of the contact form tutorial looks back at the error checking in place previously, and asks the question 'How can we make it...
This tutorial show you php script that count how many users are active on your site.
Learn to creating simple PHP guestbook easy and simple.
Create your own counter script using a basic knowledge of php + mysql script and keep your stat into database for analysis.
Views: 927 | | by John
PHP - Counters
Simple PHP uploading file scripts.
You can upload multiple files with one time submittion. Array is a big role in this tutorial, let's see the scripts.
This PHP upload form can limit file size.
When you need user send feedback to your email you can use contact form. In this tutorial you'll learn how to create contact form with php...
This tutorial is intended for those who want to ensure that the data retrieved by a form processor PHP is sent by the expected form, not another...
Views: 853 | | by Brad
PHP - Security
The purpose of this article is to show how to build two functions that help make PHP search results from a database look more appealing to users.
Views: 886 | | by Slicer
PHP - Searching
The article outlines 2 solutions for removing the appending of the session id to the the url.