You are here: DEVPPL Tutorials php
NOTIFICATIONS
54.115
MEMBERS
15.697
TOPICS
62.285
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Php Tutorials

php Tutorials

Show the Number of Users Online

Show the Number of Users Online

Rating:
(0)
Clicks: 407
Category: PHP >> Counters
This script will explain how to display the number of users online using your website.
Show The Number of Users Visiting Your Site

Show The Number of Users Visiting Your Site

Rating:
(0)
Clicks: 380
Category: PHP >> User Information and Stats

Show visitors IP address

Show visitors IP address

Rating:
(0)
Clicks: 179
Category: PHP >> User Information and Stats

Show Zip Files

Show Zip Files

Rating:
(0)
Clicks: 655
Category: PHP >> Content Management
A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file
Simple clicks counter script

Simple clicks counter script

Rating:
(0)
Clicks: 564
Category: PHP >> Counters
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.
Simple Counter

Simple Counter

Rating:
(0)
Clicks: 282
Category: PHP >> User Information and Stats

Simple Date and Time

Simple Date and Time

Rating:
(0)
Clicks: 425
Category: PHP >> Date and Time
Ever wanted to know what time it is on your site? Here is a very basic and simple way of doing that!
Simple File Parsing (Weather example)

Simple File Parsing (Weather example)

Rating:
(0)
Clicks: 403
Category: PHP >> File Manipulation
s tutorial explains how to parse a given text file and display specific content using PHP. The presented example shows how to parse a weather information for your desired city. It also includes a shell script for downloading the weather data text file fro
Simple Flat File Counter

Simple Flat File Counter

Rating:
(0)
Clicks: 437
Category: PHP >> Counters
This shows how to create a slightly more attractive counter using counter art available . More interesting than a plain text counter but no more difficult to implement.
Simple Form

Simple Form

Rating:
(0)
Clicks: 252
Category: PHP >> Image Manipulation
Based Image Upload
Simple Hit Counter

Simple Hit Counter

Rating:
(0)
Clicks: 551
Category: PHP >> Counters
Counters are used in many websites so that the webmaster will be able to see how many people come to their website. They are used throughout the web on numerous websites, sometimes all too common. I recommend not using a counter unless you have a decent w
Simple Hit Counter  Script Part 1

Simple Hit Counter Script Part 1

Rating:
(0)
Clicks: 396
Category: PHP >> Counters
By keeping track of how many people visit your website, you can get some idea of how to improve your website as the hits start to increase. Adding a basic PHP text counter is quite easy and we will take you through each step. Tutorial and full script to d
Simple Hit Counter Script Part 2

Simple Hit Counter Script Part 2

Rating:
(0)
Clicks: 448
Category: PHP >> Counters
Part 1 of 2 Tutorial to create a hit counter using php/mysql. Some of the feature discussed in thi tutorial will be show no, of online, unique visitor , visit log & etc. A good & practical tutorial for begineers.
Simple Image Rotater

Simple Image Rotater

Rating:
(0)
Clicks: 336
Category: PHP >> Image Manipulation
This is the easiest tutorial on how to rotate images by random. Code included.
Simple Login/Registration Using Flash with PHP and

Simple Login/Registration Using Flash with PHP and

Rating:
(0)
Clicks: 349
Category: PHP >> Flash and PHP
This tutorial assumes that you have some basic knowledge of PHP and mySQL, and a good understanding of Flash 5 Actionscript. This tutorial shows you how to set up a table in a mySQL database, then using PHP (or asp with a few minor changes) manipulate tha
Simple MySQL PHP Hit Counter

Simple MySQL PHP Hit Counter

Rating:
(0)
Clicks: 191
Category: PHP >> User Information and Stats

Simple News-Driven Site

Simple News-Driven Site

Rating:
(0)
Clicks: 561
Category: PHP >> Content Management
Lern to make your very own news driven site.
Simple PHP Mail Form

Simple PHP Mail Form

Rating:
(0)
Clicks: 459
Category: PHP >> Email Systems
A simple tutorials provided the basic framework of an email form in PHP. Using the PHP mail() function the tutorial guides you step by step to making a mail form.
Simple PHP text users online counter

Simple PHP text users online counter

Rating:
(0)
Clicks: 83
Category: PHP >> Counters
This is a tutorial for will show you how to add a small piece of code to your php page which will tell how many users are currently browsing your websites. It posts the curently users online on a .php page
Simple Random HTML Emitter

Simple Random HTML Emitter

Rating:
(0)
Clicks: 310
Category: PHP >> Randomize and Rotation
A simple and quick random HTML emitter that you can easily integrate into your web site. Theres no need for an overly complex solution here.
^ Back to Top