Hypertext Preprocessor (PHP) Tutorials - index of FREE Tutorials for Hypertext Preprocessor (PHP)

Tutorial Subcategories Under Hypertext Preprocessor (PHP) (1013 Total)
(15)Advertising Management (270)Basics
(1)Calendars (9)Chat Scripts
(4)Collecting Information (25)Cookies/Sessions
(21)Date and Time (11)E-Commerce
(35)File Upload and Manipulation (22)Form Management
(31)Forms (19)Functions
(23)Functions and Objects (13)Game Creation
(134)General Development (33)Images in PHP
(49)IP and Security (7)Language and Text Filtering
(31)Membership Scripts (40)Miscellaneous
(48)MySQL Integration (25)Navigation and Templates
(7)News Scripts (2)Object Oriented Usage
(10)Page Numbering (3)Pagination
(8)Pear (0)PEAR Integration
(5)Polling Booths (2)Quotes
(20)Randomize and Rotation (12)RSS Feeds
(10)Script Development (6)Script Walkthroughs
(15)Searching (1)Shopping Carts
(5)Skins and Themes (21)Taggers Shoutboxes and Blogs
(26)Use Information and Stats (24)XML Integration
Recommended Reading

Tutorial-Index.com recommended Reading of the Month is “Introducing 3ds Max 9: 3D for Beginners”, a comprehensive starters guide to 3ds Max 9. An especially attractive book for those of you who dislike computer programming books that make the whole experience a drag, this book is easy to understand and simple to follow. It also comes with a CD with great exercises to put your new knowledge to test. Have a sneak preview in amazon.com.

We know that 3ds Max can be daunting for beginners, many of our Tutorial-Index.com followers anticipate the 3ds Max tutorials that we publish on a weekly basis. It is therefore our wish to help you access the best available tools in the market and become an expert with this program. We hope that this book will help you tackle common problems and will provide you with the knowledge needed to pass on to more sophisticated 3D designs.

Page 1 of 6 pages  1  2  3  4  5  6  Next» 

Force a File to Download Instead of Showing Up in the Browser
From PHP tutorials (Hypertext Preprocessor (PHP) General Development)
Force a File to Download Instead of Showing Up in the Browser
How to build a line chart with php
From PHP tutorials (Hypertext Preprocessor (PHP) General Development)
How to build a good looking line or bar chart with PHP without using GD library.
Classifieds Software In 1 Hour
From Calendar Scripts (Hypertext Preprocessor (PHP) General Development)
Simple OOP based classifieds software
Database Interaction with Codeigniter 1.7
From ...site title missing... (Hypertext Preprocessor (PHP) General Development)
In this article,readers will learn to perform database queries with the database library in CodeIgniter 1.7 and return query results using the database helper functions. Furthermore, they will learn to create queries using the active record library as well as to cache active record queries and modify database tables using database forge
Learn organizing one’s wiki content using MediaWiki
From Packtpub.com (Hypertext Preprocessor (PHP) General Development)
This tutorial teaches readers to organize the wiki content by creating namespaces that allow them to group pages with similar purposes together, and to use categories to group pages with similar content together.They will learn to create templates to add the same content to a variety of pagesas well as redirecting, moving and swapping pages around so that the page titles match up with page's content.
Managing Users with PHP-Nuke
From ...site title missing... (Hypertext Preprocessor (PHP) General Development)
In this article, we will walk through the creation of new users, both by the super user and also by registering as a new user from the standard visitor interface on the site. We will also look at the basics of subscribing users to the site. Once we have some users in place, we will look through the Your Account module, which provides a personal area for each user within the site, and allows them to personalize the site. We will also look at the system of points awarded to users for interacting with the site, and the benefits this brings them through user groups. The final part of the article covers setting up other administrator accounts for managing individual modules rather than the entire site.
How to handle URLs in PHP
From Improve Website Speed (Hypertext Preprocessor (PHP) General Development)
URL handling is one of the tasks you have to do from time to time in PHP. Sometimes you have to do it because you want to record the referral sites, other times because you want to write your own spider or just because you want to retrieve your current URL.
How to Identify Duplicate and Similar Text in Php
From Improve Website Speed (Hypertext Preprocessor (PHP) General Development)
It's not a common problem but sometimes you have to check if 2 texts are similar.
How to Send Mail From PHP
From Improve Website Speed (Hypertext Preprocessor (PHP) General Development)
Sending mails from PHP can raise certain problems. Usually the mail is sent from php through a simple function PHP function: mail(?). However the function needs a module that should be enabled in the php ini file. Not all the hosting providers enable it and you can not make changes in php admin area in the php shared hosting.
How to Write a PHP Script to Run Shell Commands from Browser
From Improve Website Speed (Hypertext Preprocessor (PHP) General Development)
It happens pretty often for me to have to run shell commands in a hosting environment. I do it all the time via a simple php script. I tested it on godaddy and dreamhost and on other hostings environments and it works fine.
Model View Controller in PHP
From Improve Website Speed (Hypertext Preprocessor (PHP) General Development)
The model view controller pattern is the most used pattern for today's world web applications. It has been used for the first time in Smalltalk and then adopted and popularized by Java. At present there are more than a dozen PHP web frameworks based on MVC pattern.
TYPO3 for Connecting External APIs: Flicker and Youtube
From ...site title missing... (Hypertext Preprocessor (PHP) General Development)
In this article by Dan Osipov, we will see how external services specifically Flickr and YouTube, can be leveraged to expand the system. We pull in files from YouTube and Flickr.
Magento’s Architecture: Part 1
From ...site title missing... (Hypertext Preprocessor (PHP) General Development)
Here in this two-part article by Jamie Huskisson, we will learn about this architecture and how it applies to development with Magento. We will learn: * Where everything is within Magento * What all the base directory files and folders do * The basics of how the template system works * How modules work within the system * How the Zend Framework fits into the equation * The best methods for backing up Magento
Shipping Modules in Magento: Part 1
From ...site title missing... (Hypertext Preprocessor (PHP) General Development)
Here, we will learn how to create a shipping module, so that we can develop our own when the need arises. By the end of this article we will: * Know where to find shipping modules that others have produced * Know how to put together a basic shipping module and know what values pertain to what information * Be able to create our own methods for calculation or handling shipping with Magento
Learn how to explode data
From PHP Tutorials - BioHosts (Hypertext Preprocessor (PHP) General Development)
BioHosts Staff will show you how to use the explode function to grab certain information out of a file or string.
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.
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.
Create a Tell A Friend Feature in PHP
From pixel2life.com (Hypertext Preprocessor (PHP) General Development)
Create a Tell A Friend Feature in PHP
The Hitchhikers Guide to PHP Load Balancing
From porteightyeight.com (Hypertext Preprocessor (PHP) General Development)
The Hitchhikers Guide to PHP Load Balancing
Dynamic Signature - Get Data from Another Site and Show it in PHP
From tutorialtoday.com (Hypertext Preprocessor (PHP) General Development)
Dynamic Signature - Get Data from Another Site and Show it in PHP
Simple System Maintenance with PHP-CLI
From developertutorials.com (Hypertext Preprocessor (PHP) General Development)
Simple System Maintenance with PHP-CLI
The Truth About PHP Variables
From porteightyeight.com (Hypertext Preprocessor (PHP) General Development)
The Truth About PHP Variables
Creating a Unique Error Class in PHP
From iscripting.net (Hypertext Preprocessor (PHP) General Development)
Creating a Unique Error Class in PHP
Create your own CMS Tutorial Part 5 - Administration Classes
From jaanleva.com (Hypertext Preprocessor (PHP) General Development)
Create your own CMS Tutorial Part 5 - Administration Classes
Page 1 of 6 pages  1  2  3  4  5  6  Next» 

Follow - Add - Share
Popular Tutorial Categories
2Dimensional
3Dimensional
Website Editing
Audio/Voice Editing
Office Applications
Animation (Web & Media)
Web Programming
Other Applications
Content Management System - CMS
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
nupixel.com (random)(9)
http://nupixel.com
blender3dfr.free.fr (random)(6)
http://blender3dfr.free.fr
digitalpixels.net (random)(2)
http://digitalpixels.net
Topsite Leaders (More...) (Join...)
PhotoshopStar
#1 (12340 Out)
SWFspot
#2 (11094 Out)
Naruto Wallpaper
#3 (9604 Out)
userbars.tv
(Random) (2374 Out)
Microsoft Tips and Tricks
(Random) (2328 Out)
Disco9
(Random) (2621 Out)