Home

Submit

Source

Feeds

Home » PHP » General Development ::

PHP General Development
A simple timezone script and then tell you how easy it was.
Related Tutorials
PHP Forms
An Expandable Form Validation Class: Part 2
PHP / Forms
In Part 1 of this tutorial, we covered the basics of our Form Validation Class. We explained how the core of the Class depends on regular expressions and gave an insight regarding the keyword concept. We also explained how each keyword will have a corresponding Class Method so that we can easily extend the Class in the future to suit our needs. In Part 2, we will get our hands dirty in creating the remaining useful Class Methods that will instruct the Class which form fields to validate and how to validate them.

Site: biorust.com Report - View Tutorial

PHP Object Oriented
How to use the LoadVars Class
PHP / Object Oriented
The LoadVars class allows developers to have a better control of the external loaded data. There are many reason to use the LoadVars class intead of the old deprecated loadvariables and loadvariablesNum.

Site: www.sephiroth.it Report - View Tutorial

PHP Forms
An Expandable Form Validation Class: Part 1
PHP / Forms
Learn how to create an expandable Form Validation Class, that once complete, you will able to use in any of your PHP scripts. The beauty of this Class is that it is expandable with ease. This means that once the base code of the Class is complete, you can easily configure it to validate different types of form data with virtually no changes. The extra configurations will only be limited to your programming knowledge.

Site: biorust.com Report - View Tutorial

PHP Dynamic Images
Object Oriented Programming: Image Class
PHP / Dynamic Images
Create an image class, in this class there are 4 function: One to Upload; One to Resize; One to get a file extension and One to resize on the fly.

Site: stilisticdev.net Report - View Tutorial

PHP Object Oriented
How to create a gallery class
PHP / Object Oriented
In this tutorial, we will create a gallery class, and also a template class that will work together with the gallery class.

Site: www.talkphp.com Report - View Tutorial

PHP Object Oriented
PHP Table Class
PHP / Object Oriented
This is a class for generating HTML tables. It's kind of rough, but I thought somebody might want to do something with it.

Site: www.bytemycode.com Report - View Tutorial

PHP Forms
An Expandable Form Validation Class: Part 3
PHP / Forms
In this final Part we will be coding some example validation rules and explaining how to use them. We will then go on and show how the final complete Class can be applied in a real working environment, so that you can use it in all your future scripts. At the end of this Part, you should have gained a complete understanding of how the Class operates, and proceed to expand on it with ease.

Site: biorust.com Report - View Tutorial

PHP Databases
Building a MySQL Class Using OOP
PHP / Databases
How to use object oriented programming in php to create a class to make interacting with MySQL databases much easier.

Site: www.shadow-fox.net Report - View Tutorial

PHP Object Oriented
Intro To Object Oriented: Creating Your First Class
PHP / Object Oriented
Introduction to object oriented programming (oop), create your very first php class.

Site: stilisticdev.net Report - View Tutorial

PHP Object Oriented
Advance Pagination Class
PHP / Object Oriented
This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly

Site: www.talkphp.com Report - View Tutorial

PHP Miscellaneous
PHP and UML Class Diagrams
PHP / Miscellaneous
UML (Unified Modeling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we'll look at how PHP code is represented in UML terms, via use of the the UML class diagram.

Site: www.phppatterns.com Report - View Tutorial

PHP Object Oriented
$$ Object Oriented Programming With PHP
PHP / Object Oriented
First off, an object (also know as a class) is a very simple section of code that has a section of its own variables and functions. In a simple way an object is kind of like a program itself. Objects can be used for many different things as they are very expandable. What an object is capable of doing is entirely up to the developer. A class can be used for things as simple as creating a link and or to store data loaded from a file and or SQL query.

Site: www.webdesign.org Report - View Tutorial

PHP Object Oriented
Class for grabbing RuneScape stats
PHP / Object Oriented
See a nice tutorial on class for grabbing runescape stats.

Site: www.andrew-mcgrath.com Report - View Tutorial

PHP Object Oriented
PHP Classes - OOP
PHP / Object Oriented
Most people are afraid of classes and refuse to see the use of them. I was, until I took a JAVA class, which requires the use of classes, and saw the actual beauty of them. Classes are really useful, they reduce the clutter of your code, and make updating a site very easy. Unfortunately, classes aren't as useful in PHP as in other languages, but I still like them. I'm going to use my site as an example, where I have the user_commands class, which handles all the users on the site (ie login, logout, session_ids, etc). It makes my code very neat and organized, and it really pays off when you need to make a change.

Site: www.webdesign.org Report - View Tutorial

PHP Getting Started
PHP Strings Primer
PHP / Getting Started
In order to accomplish almost any programming task with PHP you'll be dealing with strings. To get the best out of PHP you must thoroughly understand the basic string functions available. In this tutorial we will lay down the foundations needed for a solid understanding of strings.

Site: codewalkers.com Report - View Tutorial

 
Site Search

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