Software Listing: Validation Class Php

Code Generation on Steroids!

The Haystack Code Generator for .NET allows developers to create Entity and Data classes to perform all CRUD actions against a database engine such as SQL Server or Oracle (Oracle support coming soon). Haystack generates classes to call stored procedures, views, even XML files. In addition it will generate ASP.NET, WPF and Silverlight user controls and much more!

Create Applications Quick!

When you generate code your applications will get done faster! You also eliminate a lot of testing that you have to do with hand written code.

Haystack is a template-driven code generator, meaning you can modify how the code is generated by customizing pre-defined templates and by creating your own templates.

  • Platform: WinOther

Very easy to use flash-php-mail-form.Flash CS3 file coded in AS3.0 OOP style.Settings can be configured in a xml file: error messages to be displayed when the form is submitted with unproperly formatted fields default texts in fields fields to be cleared upon form closing title of the form and labels path to php fileSample of 1 way of usage included.Can be set in code display objects that will be displayed upon certain events:IE: formCloseState - the show function of this object will be called when the form is closed.The sample included has some sample movie clips set for these states. Actually you can use the sample form to send me messages.

  • Publisher: Adam
  • Date: 14-07-2011
  • Platform: PHP, Scripts

CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to conveniently combine CAPTCHA into normal pre-submission form verification. You'll need PHP to be installed with the GD image library (most PHP implementations will have this as standard)..

  • Platform: Misc Scripts

Vimerito 2 ist ein objektorientiertes PHP-Framework, dass den Model-View-Controller-Ansatz verfolgt. Es ist einfach zu konfigurieren. Vor allem fA?r Einsteiger ist es durch seine A?bersichtliche Struktur geeignet, ohne, dass sie auf QualitA¤t verzichten mA?ssen. Vimerito 2 wird stA¤ndig weiter entwickelt.

Den immer aktuellsten Code findest du hier:
https://github.com/benni225/vimerito2.git

Vor allem werden im Moment Menschen gesucht, die sich an der Weiterentwicklung von Vimerito 2 beteiligen wollen. Folgende Komponenten bedA?rfen der Weiterentwicklung:
- VForm.class.

  • Platform: Linux, Mac OS X, Unix, WinOther

I've spent a lot of time searching for a decent comment highlighting plugin but have fond none. Most work fine for a single user but use on a multi author blog and things start to go wrong - so I decided to bite the bullet and develop my own system. Comment highlight generates css classes that you can add to your comments. These classes will tell you... 1. If the commenter is a registered user or a reader/ commenter 2. If the commenter is the post author 3. The commenters user id (assuming they are a registered member) 4. If the comment is a pingback or trackback installation : Upload and activate the plugin as normal.

  • Publisher: BinaryMoon
  • Date: 18-05-2013
  • Size: 20 KB
  • Platform: PHP, Scripts

This is a collection of source files that I find myself using time and time again. Included is a database abstraction layer which constructs most SQL statements for you (Qt, PHP), a HTML form generator class (PHP).
Jason's Various Abstractions License - GNU Library or Lesser General Public License (LGPL).

  • Platform: WinOther

Streamtuner2 is an internet radio browser. It lists music stations per genre. You can browse the Shoutcast directory, Live365, Xiph.org, Google stations, Jamendo, basic.ch DJ mixes, Punkcast. It mimics StreamTuner 0.99.99, but is easier to extend..

  • Platform: Win2000, Windows 7, Windows 8, WinOther, WinVista

Gixen Desktop Manager is now available to free users as well.

It has the same limitations for free users as the web UI:
- Only main server used
- Snipe offset limited to 6 seconds
etc,

And there is a single nagging "subscribe" screen when you sign in, however it's not annoying, and it will not show up while you use the application, only once when you sign in..

  • Publisher: phpBB
  • Date:
  • Size: 1495 KB
  • Platform: Windows 7, WinOther, WinServer, WinVista

The intranet solution phpEasyProject is an Open Source project management system with based of projects activity management and ToDo lists..

  • Platform: WinOther

Minecraft X-Ray is a program whose primary purpose is to aid in finding valuable ores and resources inside a Minecraft world. This branch is based on code written by plusminus from the Minecraft forums..

  • Platform: WinOther

EP3 is a tool for the identification of the core region of a eukaryotic gene promoter. It uses universal properties of the promoter to detect those regions in a whole genome context. EP3 has been tested on several eukaryotes ranging from protists to human. On human it is, at the moment, the best performing tool to identify regions that are associated with transcription initiation.

Features:

Webstart application, stand-alone graphical user interface and stand-alone command line tool available for download.
EP3 is fast, it can make predictions for a whole genome (animals, plants, etc.

  • Platform: WinOther

It is quite essential to have input validations in the server side form processing script. Having the right set of validations prevent bad data entering your database. Form validations can, to some extend, prevent hacking attacks too. The PHP form validation script contains a set of commonly required form validations. Using this script, it is quick and easy to add form validations to your PHP form processor. Save yourself from repetitive coding of common form validations. Documentation and code samples are included in the download..

  • Platform: Not Applicable

This PHP class is a fairly faithful implementation of the Porter Stemming algorithm for reducing English words to their stems. The primary use of stemming words is in keyword indexing, if you're building a search application..

  • Platform: PHP, Scripts

Select is a PHP class that allows you to create "select" drop down menus in an easy manner so that you can dynamically update your menu from a file or a database..

  • Platform: PHP, Scripts

This is a PHP class that allows you to do unix/linux man page lookups from your website. Easy to use, and produces the results in a nicely formatted layout. It allows you to search with keyword and section numbers, and also display a list of all those found starting with a particular letter, or all starting with digits, or non-alphanumeric characters, etc. This class now includes the ability to cache your results for much faster lookup, and also has a timer built in so that you can guage just how long it takes to display your results..

  • Platform: PHP, Scripts

MyPagination is a PHP/MySQL Class easily allows you to break up large result sets from a database query, and present it to the viewers in a more manageable way, and restrict database results without having to create complex pagination code..

  • Publisher: Besanet
  • Date: 08-10-2011
  • Platform: PHP, Scripts

Ever wondered how many HTML forms you created so far? Tens? Hundreds? Or even more? Do you still prefer reiterating the same snippets of HTML, the same chunks of PHP, or even pieces of JavaScript for the validation of the form? How many points of your site do you have to alter for a simple change in concept? Countless hours of coding, copy-pasting and modifying old validation code, testing to see whether it works, debugging if it doesn't... Far too many time spent for the same result every time!If these problems sound familiar, you're not alone: we also wanted to get rid of the same old process of creating and evaluating forms manually.

  • Platform: PHP, Scripts

MathGuard is a PHP class that inserts a small piece of HTML code into your HTML form which requires the user to evaluate an expression consisting of two random numbers. When user submits the form with the answer, the answer is hashed and compared to the security code that has been submitted as well. This way you can easily protect your forms from spambots..

  • Platform: PHP, Scripts

ip2country PHP is a class for getting a visitors ip address, country name, 2 & 3 letter country codes and can display the countries flag, currently it covers 243 countries.You could use it to display a visitors ip address, country and flag or use it to store registering members ip address and country info to a database for displaying on a specific page when called.It is quite easy to merge into an existing webpage using only a few lines of PHP code, and only requires a server with PHP installed. Currently there are four different database versions available, MySQL, PHP, CSV and XML, it's your choice!.

  • Platform: PHP, Scripts

Object-oriented php class for building HTML forms. Includes Ajax support, jQuery, Google Maps, reCAPTCHA, TinyMCE, and CKEditor. For examples and the latest release, visit the project's homepage at http://code.google.com/p/php-form-builder-class
Ajax Form Submission, jQuery UI Elements, Twitter Bootstrap, Web Editor - TinyMCE, Web Editor - CKEditor, Captcha - reCAPTCHA, Javascript and PHP Validation, Hybrid Form Element Types - state, country, yesno, truefalse, date, daterange, sort, latlng, checksort, webeditor, ckeditor, slider, rating, captcha, html, color, email, button, htmlexternal, Tooltips - Poshy Tip jQuery Plugin, Flexible, Responsive Layout, Email Validation, Integer, Float, and Alphanumeric Validation
PHP Form Builder Class License - GNU General Public License version 3.

  • Platform: WinOther

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


WinXP Manager

WinXP Manager is the tool letting you easily change and personalize your Windows XP based system. Its the edition of the tool released by Yamicsoft for Windows XP only, and is similar to Vista Manager and Windows 7 Manager, designed for later ...


Ad-Aware Free Antivirus+

You might have experienced that with some programs, other smaller programs are attached and they get installed silently. Also, many times, these programs, also known as adware or spyware, are downloaded silently or by mistake through internet. ...


Opera Mini

Opera mini is a free to download web browser designed for the android platform, and is one of the most popular mobile browsers in  the world, more successful than even the full on desktop version of opera. Opera mini's dominance in the ...


Public PC Desktop

More and more, access to a computer and the internet is becoming easier and easier to find. Many libraries, hotels, cafes and so on may have computers available for use by the general public. However this poses a problem to administrators, that ...


SpeedUpMyPC

SpeedUpMyPC is a program which apparently has the capabilities to boost your system performance by resolving computer issues it finds after scanning though your system SpeedUpMyPC is most definitely not the only piece of software that claims to be ...


Slash Xonix

Slash xonix is a freeware game which takes the lesser known classic title xonix, and revamps and reworks it into a title for the desktop computer. Xonix (the game on which slash xonix is obviously based) is a game in which you must split the screen ...


Simple Machines Forum (SMF)

SMF (Simple Machines Forums) is a piece of forum software that is very useful for any website owner (or anyone looking to own a website) who would like to add a community forum to their website, or indeed anyone with a forum already who would like ...


Castle Wars

Castle wars is a unique blend of the strategy genre with a small amount of war and micro management elements added in to make it more unique. In castle wars the aim is to eliminate all the other players from the map, and become the only player left ...


Aqua Pearls Game

Aqua Pearls game (or simply aqua pearls) is a free ware downloadable game that has many elements of the classic game zuma. In aqua pearls (and zuma) A variety of coloured balls will slowly work their way around the screen on a predetermined path, as ...



New Downloads

CSV2CSV

Finally the solution to
convert your CSV or Excel
transaction files into a easy
to use CSV format ready to
import. ...

J4L FOP Server

Easy to install and use free
FOP Server. It converts input
XML data to PDF files using
XSL-FO templates and based on
...

Secure IT Encryption
Software

Encrypt and compress any type
of data on any Windows PC with
Secure IT File Encryption
Software. Shred any file or
...

USB Flash Security

\'USB Flash Security\' is
security software that
protects data in a USB Flash
Drive by a password. It locks
by the ...

Technical Dictionary Dutch
English

Technical Dictionary Dutch to
English in Excel or ACCESS-
format for commercial or
private use. Vocabulary from
the ...

Database Dictionaries
Italian

Bilingual Dictionaries
Italian, Spanish, French,
German, English, Portuguese,
Dutch, Swedish in SQL,
MS-Excel or ...

Leawo Blu-ray to MKV
Converter

Leawo Blu-ray to MKV Converter
is a powerful Blu-ray/DVD
ripping tool that is dedicated
to rip Blu-ray/DVD to MKV
videos ...

Gmagon CSS Maker

Gmagon CSS Maker minimizes
your time and efforts spent on
creating complex CSS styles.
With this handy generator, you
can ...

ETL-Tools QlikView
Connector

ETL-Tools-QlikView connector
is the only one which can
perform complex data
transformations and
validations while loading ...



Related Searches

Php Xml Class
Php Mysql Server Side Validation
Add Edit Delete Page Php Class
Ajax Add Edit Delete Php Class
Auto Create Php Class
Auto Generate Php Class
Barcode Recognition Php Class
Batch Validation Php
Blog Ping Php Class
Broadsoft Php Class
Combine Pdfs Php Class
Content Generator Php Class