Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
ApPHP Tabs 1.0.2
xmlobjects 1.0.0
Very Simple Template 1.0b
Validate_fields Class 1.03
Useful Rand Value Functions 0.3.1
SimpleTest 1
Simple Rand Functions 0.3.1
Prometheus Library 3.1
PHP:DataGrid 1.0
PHP:Form 1.0.1
PHP_Debug 1.0b
PHP/Java Class Code Generator 1.0
PHP HTML OO Builder 1.00
parameter function 1.0
Logger 1.0
Top Code
HSV Conversion Utilities 1
ApPHP Tabs 1.0.2
Prometheus Library 3.1
Very Simple Template 1.0b
Credit Card Validation Solution 5.5
dbForm 0.8.0
Link Words 1.0
Logger 1.0
Simple Rand Functions 0.3.1
Validate_fields Class 1.03
parameter function 1.0
Form Solution 5.0
SimpleTest 1
PHP HTML OO Builder 1.00
kses 0.1.0
PHP > Functions and Classes > Code Development
Source List
All | Freeware

Code 1-20 of 24   Pages: Go to  1  2  Next >>  page  


The ApPHP Tabs is a simple PHP script that generates multilevel tab menu control which consists of nice-looking tabs. It may be useful for web developers who appreciate their time and do not want to waste it on boring work but instead focus on...





A very simple class that reads an XML document, parses it into a PHP object and allows easy access to the variables from within PHP.



Dissociate very simple HTML code from PHP code. A programer can easily rewrite an HTML project done by a graphic artist and turn it into a VST template. VST uses a comment tag system, so the graphic artist can edit the VST template with the...



Use this class to validate your database inputs or mail forms. In the first version it is only possible to validate simple text, numbers (with decimals), (US) dates and email addresses. Invalid form fields will be reported inside a detailed error...



A collection of functions that generate randomness in a useful manner, such as random phone numbers, zip-codes, states, MS-style GUIDs and more.



PHP unit tester and mock objects generator.



A collection of functions to generate various random objects. This is the base library for randomization of objects which is made useful by a separate package.



The goal of this package was to provide an API of defines, objects and functions that will help the average developer design with less effort. It includes an auto-loader to retrieve just the modules you need, sessions, database independence,...



An open source PHP debug library with a long list of functions.



This tool facilitates the creation of Java and PHP classes in Javabeans style. It is useful if you would like to generate a class over a MySQL table that would have a constructor, saving and drop options, and the possibility to enter and query...



An object-oriented HTML tag builder.



This function will read your script's parameters regardless of how they are passed.



This class maintains a persistent log file as efficiently as possible and allows you to append log entries to as many different files as you need. Its primary use is for debugging programs.



This function takes a group of words and assigns a link to each one.



An HTML filter that removes all unwanted HTML elements and attributes, no matter how malformed its HTML input is. This is helpful for avoiding Cross-site Scripting security problems, among other things.



HSV is a more intuitive way to work with color than RGB. These three functions and one class provide the tools necessary to convert from and to HSV and RGB at the drop of a hat.



This script validates user input. It holds all variables submitted by a form and generates XHTML compliant date and time form elements. Offers a complete email contact form to thwart spammers by adding one line of code.



A powerful wrapper for error-reporting features. It includes several enhancements.



This class creates a web form for a database table and handles all processing of the form including validation of data, inserts, updates and deletes. It is very customisable and flexible, and uses ADODB to connect to databases and simple templates.



Ensures credit card numbers are keyed in correctly. Includes checks that the length is correct, the first four digits are within accepted ranges, the number passes the Mod 10 Checksum and that you accept that card. Processes American Express,...