Hypertext Preprocessor (PHP) Tutorials - Tutorial Index for Hypertext Preprocessor (PHP) FREE to all - from absolute beginners to experienced masters - Tutorial-Index.com offers the highest quality of tutorials, demos and explanations - learn and share the knowledge!
Tutorial Subcategories Under Hypertext Preprocessor (PHP) (705 Total)
(15)Advertising Management (50)Basics
(0)Calendars (1)Chat Scripts
(3)Collecting Information (23)Cookies/Sessions
(21)Date and Time (9)E-Commerce
(30)File Upload and Manipulation (20)Form Management
(24)Forms (4)Functions
(22)Functions and Objects (13)Game Creation
(119)General Development (24)Images in PHP
(43)IP and Security (8)Language and Text Filtering
(28)Membership Scripts (31)Miscellaneous
(39)MySQL Integration (22)Navigation and Templates
(7)News Scripts (1)Object Oriented Usage
(10)Page Numbering (0)Pagination
(8)Pear (0)PEAR Integration
(4)Polling Booths (2)Quotes
(21)Randomize and Rotation (11)RSS Feeds
(4)Script Development (6)Script Walkthroughs
(13)Searching (1)Shopping Carts
(5)Skins and Themes (21)Taggers Shoutboxes and Blogs
(22)Use Information and Stats (20)XML Integration
Page 1 of 29 pages  1  2  3  4  5  6  7  8  9  10  11  12  13  14  Next» 

POSIX Regular Expressions in PHP
From Web Development Stuff (Hypertext Preprocessor (PHP) Language and Text Filtering)
Regular expressions are detachable part of today‘s programming. How to create and use POSIX regular expressions in PHP, will be explained in this tutorial.
PHP and XML
From Web Development Stuff (Hypertext Preprocessor (PHP) XML Integration)
This tutorial guides you thru the possibilities of XML manipulating by the PHP. Included is the explanatory source code of simple RSS reader.
PHP and Excel
From Web Development Stuff (Hypertext Preprocessor (PHP) File Upload and Manipulation)
In this tutorial you can find very valuable information how to get Excel data directly from an XLS file by the PHP and manipulate it.
Macronimous - Codeigniter for PHP application development
From Creating rollover Images with Dreamweaver (Hypertext Preprocessor (PHP) Basics)
With many software frameworks available online nowadays, with many pros and cons on their side, it has become very important to check out complete details of these frameworks before applying them. Amongst the various kinds of software frameworks, the PHP Framework is more popular nowadays.
Macronimous - The need for PHP code refactoring
From Creating rollover Images with Dreamweaver (Hypertext Preprocessor (PHP) Basics)
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.
How To Create Simple PHP Widgets
From ...site title missing... (Hypertext Preprocessor (PHP) Forms)
Learn how to create simple php widgets. Source code is also attached.
Macronimous - Writing clean, secure and easy to maintain PHP cod
From Creating rollover Images with Dreamweaver (Hypertext Preprocessor (PHP) Basics)
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
Finding the Best CMS with Packts new Open Source CMS book
From Packt (Hypertext Preprocessor (PHP) Basics)
Web Content Management Systems (commonly known as WCMS, Web CMS, or WCM Systems) allow users to manage their web content easily. This chapter covers a variety of top Web CMSs. It will help users to perform customizations and content management operations, discover interesting features in CMSs and examine which CMS could be right for them.
Saving a PHP File as a Word Document
From CoryMathews.com (Hypertext Preprocessor (PHP) File Upload and Manipulation)
Looking for a way to save a PHP page as a word doc programatically?
Passing Values In The Url With Php
From PC Hacks (Hypertext Preprocessor (PHP) Basics)
Here is simple php technique which will allow you to pass information between pages through the URL. The format used to pass variables in the URL is the url itself.
Random Password Script
From PC Hacks (Hypertext Preprocessor (PHP) Script Development)
In this tutorial you´ll learn how to make a simple php script that will display random password every time you click "Generate Password"
How to create ExpressionEngine webpages
From ...site title missing... (Hypertext Preprocessor (PHP) General Development)
The basic concept in ExpressionEngine is that of a template. Go to any ExpressionEngine powered website and you will undoubtedly be looking at a template. Templates are what the outside world sees. At its most basic, a template in ExpressionEngine is a HTML (or CSS or JavaScript) file. If we wanted to, we could use a template exactly like a HTML file, without any problems. We could create an entire website without ever using any other part of ExpressionEngine. At the end, you will have a completely working weblog, and a great understanding of how you can use HTML and CSS in templates.
MySQL Powered Web Template Management System
From Colin Smiley (Hypertext Preprocessor (PHP) MySQL Integration)
Learn how to create a neat system for originally managing website templates, but can be easily adapted to have many other uses.
OOP Theory - How to develop your whole site using classes
From tech-gfx.net (Hypertext Preprocessor (PHP) General Development)
OOP Theory - How to develop your whole site using classes
Geo target your visitors
From 999Tutorials.com (Hypertext Preprocessor (PHP) General Development)
Great tutorial on how to target different things to your visitors depending on where the live.
Easy Contact Form
From Colin Smiley (Hypertext Preprocessor (PHP) Forms)
Learn how to create a contact form
Make your own personal web based notepad
From Colin Smiley (Hypertext Preprocessor (PHP) Miscellaneous)
Learn how to make a web based notepad for your own personal use.
Page titles load from flate file
From Colin Smiley (Hypertext Preprocessor (PHP) File Upload and Manipulation)
Learn how to make your Page Titles (<title></title>wink and Meta Descriptions load from a flat file, According to what page it is.
What is PHP and Why Should I Care?
From ...site title missing... (Hypertext Preprocessor (PHP) Basics)
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.
Basics of Object Oriented Programming
From ...site title missing... (Hypertext Preprocessor (PHP) Basics)
This tutorial is aimed at an audience unfamiliar with the basic concepts of object-oriented programming (OOP). The intent is to provide a general overview of OOP with a view toward using PHP effectively.
Object Oriented Features New to PHP 5
From ...site title missing... (Hypertext Preprocessor (PHP) Basics)
Object Oriented Features New to PHP 5......a useful tutorial.
Introduction to XML and Web Services
From ...site title missing... (Hypertext Preprocessor (PHP) Basics)
The Extensible Markup Language (XML) is a simple, platform-independent standard for describing data within a structured format. XML is not a language but instead a metalanguage that allows you to create markup languages.
PHP Tutorial For Beginners - www.itechcollege.com
From iTech College (Hypertext Preprocessor (PHP) Basics)
PHP is a computer scripting language, which is originally designed for creating dynamic web pages. PHP is an open-source language, used primarily for dynamic web content and server-side applications. In this course, you will learn how to: How to write to screen; Generate and Retrieve a query string; Use functions; Redirect a page; Show environment variables; How to use cookies in PHP; Include a page; How to connect to MySql database; PHP`s most advantage: create an image directly.
Reporting and handling errors in PHP
From The Rough Guide to PHP (Hypertext Preprocessor (PHP) Basics)
When developing a PHP project, whether it’s a simple website or a much larger web application, it’s always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer.
Working with dates and times in PHP
From The Rough Guide to PHP (Hypertext Preprocessor (PHP) Date and Time)
When developing more complex PHP sites, especially forums, discussion boards and blogs where date and time functions are important, you’ll regularly encounter situations where you need to display and manipulate values based around the current date and time. PHP includes a range of functions which can help you to easily format and adjust your date and time displays to suit your needs. In this tutorial, we’ll look at some easy ways to display calendar information for your visitors.
Page 1 of 29 pages  1  2  3  4  5  6  7  8  9  10  11  12  13  14  Next» 

Add/Share Us
Popular Tutorial Categories
2Dimensional
3Dimensional
Website Editing
Audio/Voice Editing
Office Applications
Animation (Web & Media)
Web Programming
Other Applications
Content Management System - CMS
Latest NewsBlog Post

About UPrinting.com

For over 25 years, UPrinting has been a trusted leader in Online Printing , featuring its signature easy-to-use website and the famous free file review, a complimentary proofing service which requires no upfront payment. UPrinting offers convenient…

Previous NewsBlog Posts
Posted: 30 03, 2009
Posted: 23 03, 2009
Posted: 16 02, 2009
Posted: 03 08, 2007
Statistics
People Online 39
Member Count 1377
Tutorial Count 19158

Random Tutorials
Sound Wave
Learn to make a cool looking soundwave
How to Turn On Telnet client and server in Vista
How to Turn On Telnet client and server in Vista
Smooth Brushed Metal
Learn to create a brushed metal texture.
how to add a comment to every line of a crontab using sed
how to add a comment to every line of a crontab using sed
Three “Renzo Piano” u.f.o.s crash down - Part3
This Tutorial will show you how to make a fantastic - lets call it - “Alien” Artwork. I’ll give you an introduction to several Photoshop techniques which I use in some of my pictures. I have to separate the Tutorial in four parts.This is Part 3 – The
Keyword tracking & ranking -
Tiny keyword tracker - The user friendly & cool keyword tracker - track google site performance.
SharePoint Analytics -
Advanced SharePoint analytics solution
Top Authors (More...)
coolcommands.com #1(446)
http://coolcommands.com
AdobeTutorialz #2(412)
http://adobetutorialz.com
javascript.internet.com #3(304)
http://javascript.internet.com
cafe18.uni.cc (random)(2)
http://cafe18.uni.cc
quazen.com (random)(10)
http://quazen.com
magic-graphicdesign.com (random)(2)
http://magic-graphicdesign.com
Topsite Leaders (More...) (Join...)
SWFspot
#1 (7287 Out)
PhotoshopStar
#2 (7236 Out)
Naruto Wallpaper
#3 (6096 Out)
SourceCrave
(Random) (1462 Out)
Cosmo Designs
(Random) (1699 Out)
Tutorials For Geek
(Random) (1361 Out)