You are here: DEVPPL Tutorials php
NOTIFICATIONS
54.313
MEMBERS
15.719
TOPICS
62.396
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Php Tutorials

php Tutorials

Cookies

Cookies

Rating:
(0)
Clicks: 394
Category: PHP >> Cookies and Sessions

Cookies 101

Cookies 101

Rating:
(0)
Clicks: 574
Category: PHP >> Cookies and Sessions
This tutorial explains the basic concept of cookies, and how to use them.
Counter without a Database

Counter without a Database

Rating:
(0)
Clicks: 468
Category: PHP >> Counters
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.
Counting unique visitors

Counting unique visitors

Rating:
(0)
Clicks: 514
Category: PHP >> Counters
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
Create a PHP Select List

Create a PHP Select List

Rating:
(0)
Clicks: 496
Category: PHP >> Form Processing
How to select, display and have fun with HTML select list objects using PHP and Super Globals.
Create a Visitor Comment System with PHP and MySQL

Create a Visitor Comment System with PHP and MySQL

Rating:
(0)
Clicks: 235
Category: PHP >> Taggers, Shoutboxes, Blogs

Create an Image gallery

Create an Image gallery

Rating:
(0)
Clicks: 553
Category: PHP >> Flash and PHP
An advanced image gallery using flash remoting AMFPHP and GD library.
Create an IPB Registration Form from scratch in PH

Create an IPB Registration Form from scratch in PH

Rating:
(0)
Clicks: 1249
Category: PHP >> Forums and Guestbooks

Create Dynamic And Stylish Content Boxes with PHP

Create Dynamic And Stylish Content Boxes with PHP

Rating:
(0)
Clicks: 479
Category: PHP >> Navigation and Templates

Create Your Own GuestBook

Create Your Own GuestBook

Rating:
(0)
Clicks: 497
Category: PHP >> Guestbooks
A three part guide to creating a simple PHP guestbook, from creating the table in MySQL, to storing the entries and displaying the messages on your page.
Creating a Form Mailer

Creating a Form Mailer

Rating:
(0)
Clicks: 490
Category: PHP >> Form Processing
A Thorough tutorial on creating a PHP Mail Form
Creating a Lang File

Creating a Lang File

Rating:
(0)
Clicks: 296
Category: PHP >> Language and Text Filtering
How to create and use a Language file
Creating a Membership System

Creating a Membership System

Rating:
(0)
Clicks: 445
Category: PHP >> Membership Scripts

Creating a MySQL

Creating a MySQL

Rating:
(0)
Clicks: 227
Category: PHP >> Taggers, Shoutboxes, Blogs
Driven Shoutbox
Creating a Photo Gallery

Creating a Photo Gallery

Rating:
(0)
Clicks: 408
Category: PHP >> Image Manipulation
This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information enter
Creating an image gallery

Creating an image gallery

Rating:
(0)
Clicks: 318
Category: PHP >> Image Manipulation
This short tutorial will show you how to make a basic image gallery using PHP. The complete code presented.
Creating an Image Gallery

Creating an Image Gallery

Rating:
(0)
Clicks: 282
Category: PHP >> Image Manipulation
the goal of this tutorial is to give the reader an idea of how to construct a basic/dynamic image gallery from start to finish, not to imply that this is the only way, or even the best way to build a gallery; just a simple approach without all the bells a
Creating Dynamic Images with PHP

Creating Dynamic Images with PHP

Rating:
(0)
Clicks: 331
Category: PHP >> Image Manipulation
This simple tutorial explains how to create images on the fly using PHP. It presents a simple code which you can use with a TTF font on your site.
Creating Thumbnail using GD Library

Creating Thumbnail using GD Library

Rating:
(0)
Clicks: 279
Category: PHP >> Image Manipulation

Creating Your Own Log Files

Creating Your Own Log Files

Rating:
(0)
Clicks: 220
Category: PHP >> Web Traffic Analysis
Don't have access to your server logfile? Here, you will find how to create your own logfile using PHP. It is basically a small PHP script that extracted all the appropriate environment variables, put them together as a Common Logfile Format entry and wri
^ Back to Top