Home

Submit

Source

Feeds

Home » PHP » General Development ::

PHP General Development
OK you have a set of affiliate links but damn you haves ites that do not allow PHP for example free hosts or you wish to create a simple scheme where links or content is displayed on other peoples sites .
Related Tutorials
PHP Getting Started
Your First PHP Script
PHP / Getting Started
In this tutorial learn how to do a PHP script. Writing a PHP script is very simple. No special software is needed, except a text editor like Notepad in which the script is written.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Date and Time
Calendar Script using PHP and Script.aculo.us (JS)
PHP / Date and Time
This is a very simple calendar script that is extremely easy to integrate a database into, and it will also get you into AJAX using Script.aculo.us.

Site: nodstrum.com Report - View Tutorial

PHP Ad Management
Creating a file based AD rotator script
PHP / Ad Management
Create a simple AD rotator script without using database. The script can display both text and image ads and you can control the number of ads to be displayed at once.

Site: www.phptoys.com Report - View Tutorial

PHP Counters
PHP Counter script tutorial
PHP / Counters
Creates your own counter script. Using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis.

Site: www.phpeasystep.com Report - View Tutorial

PHP Randomizing and Rotation
Simple Ad Rotation Script
PHP / Randomizing and Rotation
This is a very easy and simple ad rotation script, you can set percentage to show the ads and you can adapt this script to rotate any thing.

Site: www.phpeasystep.com Report - View Tutorial

PHP Forums and Guestbooks
Building a Comments Script
PHP / Forums and Guestbooks
This tutorial will guide you through the process of building a comments script with PHP. The comments script will use a mySQL database to store and retrieve information. Its not too advanced, but additional features can easily be added, such as a delete feature and implementing usernames.

Site: www.allsyntax.com Report - View Tutorial

PHP Site Analysis
Creating a Website / Server Monitoring Script
PHP / Site Analysis
I have created a script which allows users to check to see if their server is online. Obviously running this script from the same server and trying to check your server status whilst its down its too clever, so try using an include or iframe from a free hosting company.

Site: www.webdesign.org Report - View Tutorial

PHP Dynamic Images
PHP Photo Album script
PHP / Dynamic Images
This is a PHP enhanced Photo Album script that automates the retrieval of all images within a specific directory to show, with links to cycle through each batch of images. It's based on the original Photo Album script, though uses PHP to automatically populate the script with all images within a directory.

Site: www.dynamicdrive.com Report - View Tutorial

PHP Security
Restricting External Access to .PHP Files
PHP / Security
Sometimes, when you are writing your PHP script, you'll write Classes and Functions that you will use in your script in external files so that they might be included( ) or required( ) at any time. The same could be said about configuration files - You have certain settings in the form of variables in a external configuration file that you load in the different pages of your script so that they might be shared and edited with ease.

Site: biorust.com Report - View Tutorial

PHP Getting Started
Scripting a Dynamic PHP Copyright
PHP / Getting Started
The date is fairly specific in how it is scripted. you can single out the year and use the PHP script for year to script a dynamic date so you won't have to update at the end of each year. All you do is set the starting date, apply the script!

Site: www.developingwebs.net Report - View Tutorial

PHP Functions
Functions
PHP / Functions
A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized PHP script designed to accomplish a single task. Furthermore, code contained within functions is ignored until the function is called from another part in the script. Functions are useful because they contribute to rapid, reliable, error-reducing coding, and increase legibility by tiding up complicated code sequences.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Databases
Importing csv data into MySQL with php script
PHP / Databases
This tutorial will show you how to import csv data into MYSQL with a simple PHP script. Many times you have to write a script because the import function in phpMyAdmin will not import the way you want.

Site: www.chipmunk-scripts.com Report - View Tutorial

PHP Miscellaneous
PHP Script Image of the day
PHP / Miscellaneous
In this script shows you how to display image of the day. You can adapt this script to display quote of the day, knowledge of the day or something else you want. You don't have to change image everyday just change images once a week.

Site: www.phpeasystep.com Report - View Tutorial

PHP Chats
A MySQL Driven Chat Script
PHP / Chats
In this article, Tim will show you how to create a quick-n-easy chat script using PHP and a very simple MySQL database. The script will allow visitors to choose a nickname, enter text to send to the chatting window, and view messages from other people... all in real-time! For a bit of fun, the chat application also has buttons to send several emote-icons including smiling and frowning faces.One of the most popular uses for the Internet is person-to-person communication.

Site: www.devarticles.com Report - View Tutorial

PHP Emailing
PHP email form script tutorial
PHP / Emailing
This article breaks down the coding behind stargeek's popular email contact form script.

Site: www.stargeek.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement