SHOWING LATEST TUTORIALS
This tutorial introduces intermediate level php programmers to Object Oreinted Programming (OOP).
My experience with ftp clients. It focuses on using IE as an ftp client.
This article describes an approach to programming web user interface components (widgets) using object-oriented programming techniques and providing a way to easily manipulate the overall design of a site with WYSIWYG HTML editors lime Macromedia Dreamwea
Mod_Rewrite resources, tutorials, tips and advise for php based scripts. Forum also has mod_rewrite tutorials and instructions for such php scripts as vBulletin, phpBB, Invision Power Board, WordPress, 4images, miniBB, Simple Machine Forum and others.
Learn how to develop your own coding specifications.
Web development always requires you to manipulate a lot of text. PHP string functions give you the ability to manipulate text but sometimes some manipulations get very complicated. Regular expressions (regex) give you more power and control than the norma
This tutorial utilizes PHPs inbuilt str_replace function to make XHTML usable within PHP or within a tutorial.
In spite of its unchallenged notoriety, IMPs root class framework Horde is not well documented on the web. this is an introduction to the Horde framework that highlights the ease of use and installation.
Over 150,000 pages of unix manual pages, and open source documentation in multiple languages + documentation on php, and python in multiple languages
Sign-Up for free membership account and submit your SourceCode. You will get your own CodeLibrary "corner" and can modify your submissions at any time, you have even your "private" section. Will be added RSS2.0 FEEDS for 10 latest code submissions and 10.
Article about managing teams and working with large(ish) projects. Includes sections on CVS, communication, standards, and more.
Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions ('regex') over native functions because of one thing: power. In PHP the 'ereg_' functions are what utilize ERE POSIX, and the 'preg_' functions ut
If else statements have been proven to be some of the most valuable functions in PHP. This tutorial is a good simple introduction that spells it all out for you.
For many years, arrays have been used to logically store and sequence data. They have also been the point of confusion for many developers. This article will talk about the structure of arrays and how you can create and manipulate arrays with the PHP scri
UML (Unified Modelling 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 loo
Control structures are some of the coolest things in PHP. They take a lot of the work off of your shoulders and place the burden on the language itself. They are especially useful for making sites where you need to make a page do something over and over a
This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.
This 4-page article will explain how to use PHP output controlling functions to make your pages load faster.
If you want to have more control over your scripts, the output buffering functions are the way to go. Anything from error handling to multiple header() commands in a single document. Not only does output buffering offer a powerful API for handling content
Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a partic