Home

Submit

Source

Feeds

Home » PHP » Navigation ::

PHP Navigation
Let's say you have a customer table you want to navigate alphabetically by customer last name.
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 Functions
PHP Script Tips - Manipulating Arrays with Built-in Functions
PHP / Functions
A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays.

Site: dev.fyicenter.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 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 Getting Started
PHP Lesson 1 - First PHP Script
PHP / Getting Started
In this tutorial you will learn how to run a PHP script.

Site: newsourcemedia.com Report - View Tutorial

PHP Getting Started
PHP Basics
PHP / Getting Started
In this tutorial, i will teach you how to make a basic php program.. Mainly how to print output from a php script... I hope you will enjoy using PHP as much as i have, and that you will NEVER use ASP again (if you ever have).

Site: www.webdesign.org Report - View Tutorial

PHP Searching
Using PHP to search a MySQL database and return paged results
PHP / Searching
PHP, MySQL and a Web Server capable of parsing PHP pages, like Apache or IIS. This search script does not spider all your pages by crawling the links, so the content you want to be searchable must be within the database. Knowledge of PHP and MySQL is also necessary because this script is just the bones of a working solution.

Site: www.designplace.org Report - View Tutorial

PHP Getting Started
Creating a PHP Script Timer
PHP / Getting Started
This timer is easy to implement and determines the time taken for a php script to execute correct to a microsecond.

Site: www.azforums.net Report - View Tutorial

PHP Polling and Voting
Basic Poll Script in PHP
PHP / Polling and Voting
This article will teach you how to write a basic poll script in php. You will use mysql and a new version of PHP.

Site: www.webdesign.org Report - View Tutorial

PHP Forms
Writing Your First PHP Script: Feedback Form
PHP / Forms
This is a tutorial on how to write your own Feedback script in PHP, complete with source code.

Site: www.thesitewizard.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 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 Membership
Creating a Secure PHP Login Script
PHP / Membership
Explains how to create a secure PHP login script that will allow safe authentication. Features remember-me function using cookies, validates logins on each request to prevent session stealing.

Site: www.webdesign.org Report - View Tutorial

PHP Dynamic Images
Swap Images and Text with PHP
PHP / Dynamic Images
As you can see, you can change the name of the models, and also the pictures without leaving the page. This is done using a simple PHP script that will carry GET parameters as part of the URL. The script will use these parameters to decide what name and what picture will appear on the page each time it is loaded.

Site: www.carbotek.org Report - View Tutorial

 
Site Search

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